Html Css Color HEX #BBFAED Water Leaf

📋 copy color: '#BBFAED'

red 187 ◦ green 250 ◦ blue 237

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

Shades of Water Leaf #BBFAED

Tints of Water Leaf #BBFAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 35.16%

R = 27.74%
G = 37.09%
B = 35.16%

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

#BBFAED (or 0xBBFAED) is known color: Water Leaf. HEX triplet: BB, FA and ED. RGB value is (187,250,237). Sum of RGB (Red+Green+Blue) = 187+250+237=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 250 (98.05% from 255 or 37.09% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 250 - color contains mainly: green. Hex color #BBFAED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFAED is #440512. Grayscale: #E5E5E5. Windows color (decimal): -4457747 or 15596219. OLE color: 15596219.

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

Color convert

RGB 187 250 237 -
CMYK 0.25 0 0.05 0.02
HSL 167.62º 0.86% 0.86% -
HSV(B) 167.62º 0.25% 0.98% -
XYZ 69.97 85.05 92.85 -
YUV 229.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 187 250 237 0.25 0 0.05 0.02 167.62 0.86 0.86
Hex BB FA ED 19 0 5 2 A8 56 56
Octal 273 372 355 31 0 5 2 250 126 126
Binary 10111011 11111010 11101101 11001 0 101 10 10101000 1010110 1010110

Color Harmonies of #BBFAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFAED

Black with #BBFAED

Text Example


Text Example

White with #BBFAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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