Html Css Color HEX #BBFDE7 Water Leaf

📋 copy color: '#BBFDE7'

red 187 ◦ green 253 ◦ blue 231

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

Shades of Water Leaf #BBFDE7

Tints of Water Leaf #BBFDE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 34.43%

R = 27.87%
G = 37.7%
B = 34.43%

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

#BBFDE7 (or 0xBBFDE7) is known color: Water Leaf. HEX triplet: BB, FD and E7. RGB value is (187,253,231). Sum of RGB (Red+Green+Blue) = 187+253+231=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 231 (90.62% from 255 or 34.43% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBFDE7 is #440218. Grayscale: #E6E6E6. Windows color (decimal): -4456985 or 15203771. OLE color: 15203771.

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

Color convert

RGB 187 253 231 -
CMYK 0.26 0 0.09 0.01
HSL 160º 0.94% 0.86% -
HSV(B) 160º 0.26% 0.99% -
XYZ 70.04 86.58 88.62 -
YUV 230.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 187 253 231 0.26 0 0.09 0.01 160 0.94 0.86
Hex BB FD E7 1A 0 9 1 A0 5E 56
Octal 273 375 347 32 0 11 1 240 136 126
Binary 10111011 11111101 11100111 11010 0 1001 1 10100000 1011110 1010110

Color Harmonies of #BBFDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDE7

Black with #BBFDE7

Text Example


Text Example

White with #BBFDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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