Html Css Color HEX #BBF6EA Water Leaf

📋 copy color: '#BBF6EA'

red 187 ◦ green 246 ◦ blue 234

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

Shades of Water Leaf #BBF6EA

Tints of Water Leaf #BBF6EA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.88%

 BLUE value IS 234 (91.8% from 255) = 35.08%

R = 28.04%
G = 36.88%
B = 35.08%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.04

RGB Variations

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

Color information

#BBF6EA (or 0xBBF6EA) is known color: Water Leaf. HEX triplet: BB, F6 and EA. RGB value is (187,246,234). Sum of RGB (Red+Green+Blue) = 187+246+234=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 246 (96.48% from 255 or 36.88% from 667); Blue value is 234 (91.80% from 255 or 35.08% from 667); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF6EA is #440915. Grayscale: #E2E2E2. Windows color (decimal): -4458774 or 15398587. OLE color: 15398587.

HSL color Cylindrical-coordinate representation of color #BBF6EA: hue angle of 167.8º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6EA is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 246 234 -
CMYK 0.24 0 0.05 0.04
HSL 167.8º 0.77% 0.85% -
HSV(B) 167.8º 0.24% 0.96% -
XYZ 68.3 82.42 90.15 -
YUV 226.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 187 246 234 0.24 0 0.05 0.04 167.8 0.77 0.85
Hex BB F6 EA 18 0 5 4 A8 4D 55
Octal 273 366 352 30 0 5 4 250 115 125
Binary 10111011 11110110 11101010 11000 0 101 100 10101000 1001101 1010101

Color Harmonies of #BBF6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF6EA

Black with #BBF6EA

Text Example


Text Example

White with #BBF6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF6EA; }

 p { color: rgb(187,246,234); }

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

background-color css

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

 a { background-color: rgb(187,246,234); }

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

border-color css

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

 span { border-color: rgb(187,246,234); }

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