Html Css Color HEX #BBEFBF Fringy Flower

📋 copy color: '#BBEFBF'

red 187 ◦ green 239 ◦ blue 191

#BBEFBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fringy Flower #BBEFBF

Tints of Fringy Flower #BBEFBF

RGB

 RED value IS 187 (73.44% from 255) = 30.31%

 GREEN value IS 239 (93.75% from 255) = 38.74%

 BLUE value IS 191 (75% from 255) = 30.96%

R = 30.31%
G = 38.74%
B = 30.96%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BBEFBF (or 0xBBEFBF) is known color: Fringy Flower. HEX triplet: BB, EF and BF. RGB value is (187,239,191). Sum of RGB (Red+Green+Blue) = 187+239+191=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 191 (75% from 255 or 30.96% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFBF is #441040. Grayscale: #DADADA. Windows color (decimal): -4460609 or 12578747. OLE color: 12578747.

HSL color Cylindrical-coordinate representation of color #BBEFBF: hue angle of 124.62º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFBF is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 239 191 -
CMYK 0.22 0 0.20 0.06
HSL 124.62º 0.62% 0.84% -
HSV(B) 124.62º 0.22% 0.94% -
XYZ 60.76 76.06 60.77 -
YUV 217.98 112.77 105.9 -
System Red Green Blue C M Y K H S L
Decimal 187 239 191 0.22 0 0.20 0.06 124.62 0.62 0.84
Hex BB EF BF 16 0 14 6 7D 3E 54
Octal 273 357 277 26 0 24 6 175 76 124
Binary 10111011 11101111 10111111 10110 0 10100 110 1111101 111110 1010100

Color Harmonies of #BBEFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBEFBF

Black with #BBEFBF

Text Example


Text Example

White with #BBEFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBEFBF; }

 p { color: rgb(187,239,191); }

 H1.HeaderClassName
 {
   color: #BBEFBF;
 }
 .AnyTagClassName
 {
   color: #BBEFBF;
 }
</style>

background-color css

<style>
 a { background-color: #BBEFBF; }

 a { background-color: rgb(187,239,191); }

 div.DivClassName
 {
   background-color: #BBEFBF;
 }
 .BgClassName
 {
   background-color: #BBEFBF;
 }
</style>

border-color css

<style>
 span { border-color: #BBEFBF; }

 span { border-color: rgb(187,239,191); }

 td.TdClassName
 {
   border-color: #BBEFBF;
 }
 .TagClassName
 {
   border-color: #BBEFBF;
 }
</style>