Html Css Color HEX #BBFFF0 Water Leaf

📋 copy color: '#BBFFF0'

red 187 ◦ green 255 ◦ blue 240

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

Shades of Water Leaf #BBFFF0

Tints of Water Leaf #BBFFF0

RGB

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

 GREEN value IS 255 (100% from 255) = 37.39%

 BLUE value IS 240 (94.14% from 255) = 35.19%

R = 27.42%
G = 37.39%
B = 35.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#BBFFF0 (or 0xBBFFF0) is known color: Water Leaf. HEX triplet: BB, FF and F0. RGB value is (187,255,240). Sum of RGB (Red+Green+Blue) = 187+255+240=682 (90% of max value = 765). Red value is 187 (73.44% from 255 or 27.42% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 240 (94.14% from 255 or 35.19% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFFF0 is #44000F. Grayscale: #E8E8E8. Windows color (decimal): -4456464 or 15794107. OLE color: 15794107.

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

Color convert

RGB 187 255 240 -
CMYK 0.27 0 0.06 0
HSL 166.76º 1% 0.87% -
HSV(B) 166.76º 0.27% 1% -
XYZ 71.98 88.38 95.7 -
YUV 232.96 131.97 95.22 -
System Red Green Blue C M Y K H S L
Decimal 187 255 240 0.27 0 0.06 0 166.76 1 0.87
Hex BB FF F0 1B 0 6 0 A7 64 57
Octal 273 377 360 33 0 6 0 247 144 127
Binary 10111011 11111111 11110000 11011 0 110 0 10100111 1100100 1010111

Color Harmonies of #BBFFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFFF0

Black with #BBFFF0

Text Example


Text Example

White with #BBFFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFFF0; }

 p { color: rgb(187,255,240); }

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

background-color css

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

 a { background-color: rgb(187,255,240); }

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

border-color css

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

 span { border-color: rgb(187,255,240); }

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