Html Css Color HEX #BBFDE5 Water Leaf

📋 copy color: '#BBFDE5'

red 187 ◦ green 253 ◦ blue 229

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

Shades of Water Leaf #BBFDE5

Tints of Water Leaf #BBFDE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 34.23%

R = 27.95%
G = 37.82%
B = 34.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#BBFDE5 (or 0xBBFDE5) is known color: Water Leaf. HEX triplet: BB, FD and E5. RGB value is (187,253,229). Sum of RGB (Red+Green+Blue) = 187+253+229=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 253 (99.22% from 255 or 37.82% from 669); Blue value is 229 (89.84% from 255 or 34.23% from 669); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDE5 is #44021A. Grayscale: #E6E6E6. Windows color (decimal): -4456987 or 15072699. OLE color: 15072699.

HSL color Cylindrical-coordinate representation of color #BBFDE5: hue angle of 158.18º 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 #BBFDE5 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 229 -
CMYK 0.26 0 0.09 0.01
HSL 158.18º 0.94% 0.86% -
HSV(B) 158.18º 0.26% 0.99% -
XYZ 69.76 86.47 87.14 -
YUV 230.53 127.13 96.95 -
System Red Green Blue C M Y K H S L
Decimal 187 253 229 0.26 0 0.09 0.01 158.18 0.94 0.86
Hex BB FD E5 1A 0 9 1 9E 5E 56
Octal 273 375 345 32 0 11 1 236 136 126
Binary 10111011 11111101 11100101 11010 0 1001 1 10011110 1011110 1010110

Color Harmonies of #BBFDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDE5

Black with #BBFDE5

Text Example


Text Example

White with #BBFDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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