Html Css Color HEX #BBF8EC Water Leaf

📋 copy color: '#BBF8EC'

red 187 ◦ green 248 ◦ blue 236

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

Shades of Water Leaf #BBF8EC

Tints of Water Leaf #BBF8EC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.96%

 BLUE value IS 236 (92.58% from 255) = 35.17%

R = 27.87%
G = 36.96%
B = 35.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.03

RGB Variations

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

Color information

#BBF8EC (or 0xBBF8EC) is known color: Water Leaf. HEX triplet: BB, F8 and EC. RGB value is (187,248,236). Sum of RGB (Red+Green+Blue) = 187+248+236=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 236 (92.58% from 255 or 35.17% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8EC is #440713. Grayscale: #E4E4E4. Windows color (decimal): -4458260 or 15530171. OLE color: 15530171.

HSL color Cylindrical-coordinate representation of color #BBF8EC: hue angle of 168.2º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8EC is Cyan = 0.25, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 236 -
CMYK 0.25 0 0.05 0.03
HSL 168.2º 0.81% 0.85% -
HSV(B) 168.2º 0.25% 0.97% -
XYZ 69.2 83.76 91.88 -
YUV 228.39 132.29 98.48 -
System Red Green Blue C M Y K H S L
Decimal 187 248 236 0.25 0 0.05 0.03 168.2 0.81 0.85
Hex BB F8 EC 19 0 5 3 A8 51 55
Octal 273 370 354 31 0 5 3 250 121 125
Binary 10111011 11111000 11101100 11001 0 101 11 10101000 1010001 1010101

Color Harmonies of #BBF8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8EC

Black with #BBF8EC

Text Example


Text Example

White with #BBF8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8EC; }

 p { color: rgb(187,248,236); }

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

background-color css

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

 a { background-color: rgb(187,248,236); }

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

border-color css

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

 span { border-color: rgb(187,248,236); }

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