Html Css Color HEX #BBFAEE Water Leaf

📋 copy color: '#BBFAEE'

red 187 ◦ green 250 ◦ blue 238

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

Shades of Water Leaf #BBFAEE

Tints of Water Leaf #BBFAEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.26%

R = 27.7%
G = 37.04%
B = 35.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#BBFAEE (or 0xBBFAEE) is known color: Water Leaf. HEX triplet: BB, FA and EE. RGB value is (187,250,238). Sum of RGB (Red+Green+Blue) = 187+250+238=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 238 (93.36% from 255 or 35.26% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAEE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAEE is #440511. Grayscale: #E5E5E5. Windows color (decimal): -4457746 or 15661755. OLE color: 15661755.

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

Color convert

RGB 187 250 238 -
CMYK 0.25 0 0.05 0.02
HSL 168.57º 0.86% 0.86% -
HSV(B) 168.57º 0.25% 0.98% -
XYZ 70.11 85.11 93.62 -
YUV 229.8 132.63 97.48 -
System Red Green Blue C M Y K H S L
Decimal 187 250 238 0.25 0 0.05 0.02 168.57 0.86 0.86
Hex BB FA EE 19 0 5 2 A9 56 56
Octal 273 372 356 31 0 5 2 251 126 126
Binary 10111011 11111010 11101110 11001 0 101 10 10101001 1010110 1010110

Color Harmonies of #BBFAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAEE

Black with #BBFAEE

Text Example


Text Example

White with #BBFAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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