Html Css Color HEX #BBFAEA Water Leaf

📋 copy color: '#BBFAEA'

red 187 ◦ green 250 ◦ blue 234

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

Shades of Water Leaf #BBFAEA

Tints of Water Leaf #BBFAEA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 37.26%

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

R = 27.87%
G = 37.26%
B = 34.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#BBFAEA (or 0xBBFAEA) is known color: Water Leaf. HEX triplet: BB, FA and EA. RGB value is (187,250,234). Sum of RGB (Red+Green+Blue) = 187+250+234=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 250 (98.05% from 255 or 37.26% from 671); Blue value is 234 (91.80% from 255 or 34.87% from 671); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAEA is #440515. Grayscale: #E5E5E5. Windows color (decimal): -4457750 or 15399611. OLE color: 15399611.

HSL color Cylindrical-coordinate representation of color #BBFAEA: hue angle of 164.76º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBFAEA is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 250 234 -
CMYK 0.25 0 0.06 0.02
HSL 164.76º 0.86% 0.86% -
HSV(B) 164.76º 0.25% 0.98% -
XYZ 69.53 84.88 90.56 -
YUV 229.34 130.63 97.8 -
System Red Green Blue C M Y K H S L
Decimal 187 250 234 0.25 0 0.06 0.02 164.76 0.86 0.86
Hex BB FA EA 19 0 6 2 A5 56 56
Octal 273 372 352 31 0 6 2 245 126 126
Binary 10111011 11111010 11101010 11001 0 110 10 10100101 1010110 1010110

Color Harmonies of #BBFAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAEA

Black with #BBFAEA

Text Example


Text Example

White with #BBFAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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