Html Css Color HEX #BBF8ED Water Leaf

📋 copy color: '#BBF8ED'

red 187 ◦ green 248 ◦ blue 237

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

Shades of Water Leaf #BBF8ED

Tints of Water Leaf #BBF8ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.27%

R = 27.83%
G = 36.9%
B = 35.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#BBF8ED (or 0xBBF8ED) is known color: Water Leaf. HEX triplet: BB, F8 and ED. RGB value is (187,248,237). Sum of RGB (Red+Green+Blue) = 187+248+237=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 248 (97.27% from 255 or 36.90% from 672); Blue value is 237 (92.97% from 255 or 35.27% from 672); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8ED is #440712. Grayscale: #E4E4E4. Windows color (decimal): -4458259 or 15595707. OLE color: 15595707.

HSL color Cylindrical-coordinate representation of color #BBF8ED: hue angle of 169.18º 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 #BBF8ED is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 237 -
CMYK 0.25 0 0.04 0.03
HSL 169.18º 0.81% 0.85% -
HSV(B) 169.18º 0.25% 0.97% -
XYZ 69.35 83.81 92.64 -
YUV 228.51 132.79 98.39 -
System Red Green Blue C M Y K H S L
Decimal 187 248 237 0.25 0 0.04 0.03 169.18 0.81 0.85
Hex BB F8 ED 19 0 4 3 A9 51 55
Octal 273 370 355 31 0 4 3 251 121 125
Binary 10111011 11111000 11101101 11001 0 100 11 10101001 1010001 1010101

Color Harmonies of #BBF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8ED

Black with #BBF8ED

Text Example


Text Example

White with #BBF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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