Html Css Color HEX #BBFEEF Water Leaf

📋 copy color: '#BBFEEF'

red 187 ◦ green 254 ◦ blue 239

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

Shades of Water Leaf #BBFEEF

Tints of Water Leaf #BBFEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.35%

 BLUE value IS 239 (93.75% from 255) = 35.15%

R = 27.5%
G = 37.35%
B = 35.15%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#BBFEEF (or 0xBBFEEF) is known color: Water Leaf. HEX triplet: BB, FE and EF. RGB value is (187,254,239). Sum of RGB (Red+Green+Blue) = 187+254+239=680 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.5% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #BBFEEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFEEF is #440110. Grayscale: #E8E8E8. Windows color (decimal): -4456721 or 15728315. OLE color: 15728315.

HSL color Cylindrical-coordinate representation of color #BBFEEF: hue angle of 166.57º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFEEF is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 254 239 -
CMYK 0.26 0 0.06 0.00
HSL 166.57º 0.97% 0.86% -
HSV(B) 166.57º 0.26% 1% -
XYZ 71.52 87.68 94.82 -
YUV 232.26 131.8 95.72 -
System Red Green Blue C M Y K H S L
Decimal 187 254 239 0.26 0 0.06 0.00 166.57 0.97 0.86
Hex BB FE EF 1A 0 6 0 A7 61 56
Octal 273 376 357 32 0 6 0 247 141 126
Binary 10111011 11111110 11101111 11010 0 110 0 10100111 1100001 1010110

Color Harmonies of #BBFEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFEEF

Black with #BBFEEF

Text Example


Text Example

White with #BBFEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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