Html Css Color HEX #BBF8EA Water Leaf

📋 copy color: '#BBF8EA'

red 187 ◦ green 248 ◦ blue 234

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

Shades of Water Leaf #BBF8EA

Tints of Water Leaf #BBF8EA

RGB

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

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

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

R = 27.95%
G = 37.07%
B = 34.98%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.03

RGB Variations

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

Color information

#BBF8EA (or 0xBBF8EA) is known color: Water Leaf. HEX triplet: BB, F8 and EA. RGB value is (187,248,234). Sum of RGB (Red+Green+Blue) = 187+248+234=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 234 (91.80% from 255 or 34.98% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBF8EA is #440715. Grayscale: #E4E4E4. Windows color (decimal): -4458262 or 15399099. OLE color: 15399099.

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

Color convert

RGB 187 248 234 -
CMYK 0.25 0 0.06 0.03
HSL 166.23º 0.81% 0.85% -
HSV(B) 166.23º 0.25% 0.97% -
XYZ 68.91 83.64 90.35 -
YUV 228.17 131.29 98.64 -
System Red Green Blue C M Y K H S L
Decimal 187 248 234 0.25 0 0.06 0.03 166.23 0.81 0.85
Hex BB F8 EA 19 0 6 3 A6 51 55
Octal 273 370 352 31 0 6 3 246 121 125
Binary 10111011 11111000 11101010 11001 0 110 11 10100110 1010001 1010101

Color Harmonies of #BBF8EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF8EA

Black with #BBF8EA

Text Example


Text Example

White with #BBF8EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF8EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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