Html Css Color HEX #BBFDE4 Water Leaf

📋 copy color: '#BBFDE4'

red 187 ◦ green 253 ◦ blue 228

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

Shades of Water Leaf #BBFDE4

Tints of Water Leaf #BBFDE4

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.87%

 BLUE value IS 228 (89.45% from 255) = 34.13%

R = 27.99%
G = 37.87%
B = 34.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#BBFDE4 (or 0xBBFDE4) is known color: Water Leaf. HEX triplet: BB, FD and E4. RGB value is (187,253,228). Sum of RGB (Red+Green+Blue) = 187+253+228=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 253 (99.22% from 255 or 37.87% from 668); Blue value is 228 (89.45% from 255 or 34.13% from 668); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDE4 is #44021B. Grayscale: #E6E6E6. Windows color (decimal): -4456988 or 15007163. OLE color: 15007163.

HSL color Cylindrical-coordinate representation of color #BBFDE4: hue angle of 157.27º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDE4 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 228 -
CMYK 0.26 0 0.10 0.01
HSL 157.27º 0.94% 0.86% -
HSV(B) 157.27º 0.26% 0.99% -
XYZ 69.62 86.42 86.41 -
YUV 230.42 126.63 97.03 -
System Red Green Blue C M Y K H S L
Decimal 187 253 228 0.26 0 0.10 0.01 157.27 0.94 0.86
Hex BB FD E4 1A 0 A 1 9D 5E 56
Octal 273 375 344 32 0 12 1 235 136 126
Binary 10111011 11111101 11100100 11010 0 1010 1 10011101 1011110 1010110

Color Harmonies of #BBFDE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDE4

Black with #BBFDE4

Text Example


Text Example

White with #BBFDE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDE4; }

 p { color: rgb(187,253,228); }

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

background-color css

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

 a { background-color: rgb(187,253,228); }

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

border-color css

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

 span { border-color: rgb(187,253,228); }

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