Html Css Color HEX #BBFDE1 Water Leaf

📋 copy color: '#BBFDE1'

red 187 ◦ green 253 ◦ blue 225

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

Shades of Water Leaf #BBFDE1

Tints of Water Leaf #BBFDE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 33.83%

R = 28.12%
G = 38.05%
B = 33.83%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.11

 K value IS 0.01

RGB Variations

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

Color information

#BBFDE1 (or 0xBBFDE1) is known color: Water Leaf. HEX triplet: BB, FD and E1. RGB value is (187,253,225). Sum of RGB (Red+Green+Blue) = 187+253+225=665 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.12% from 665); Green value is 253 (99.22% from 255 or 38.05% from 665); Blue value is 225 (88.28% from 255 or 33.83% from 665); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDE1 is #44021E. Grayscale: #E6E6E6. Windows color (decimal): -4456991 or 14810555. OLE color: 14810555.

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

Color convert

RGB 187 253 225 -
CMYK 0.26 0 0.11 0.01
HSL 154.55º 0.94% 0.86% -
HSV(B) 154.55º 0.26% 0.99% -
XYZ 69.21 86.25 84.23 -
YUV 230.07 125.13 97.28 -
System Red Green Blue C M Y K H S L
Decimal 187 253 225 0.26 0 0.11 0.01 154.55 0.94 0.86
Hex BB FD E1 1A 0 B 1 9B 5E 56
Octal 273 375 341 32 0 13 1 233 136 126
Binary 10111011 11111101 11100001 11010 0 1011 1 10011011 1011110 1010110

Color Harmonies of #BBFDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDE1

Black with #BBFDE1

Text Example


Text Example

White with #BBFDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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