Html Css Color HEX #BBFDE3 Water Leaf

📋 copy color: '#BBFDE3'

red 187 ◦ green 253 ◦ blue 227

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

Shades of Water Leaf #BBFDE3

Tints of Water Leaf #BBFDE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 34.03%

R = 28.04%
G = 37.93%
B = 34.03%

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

#BBFDE3 (or 0xBBFDE3) is known color: Water Leaf. HEX triplet: BB, FD and E3. RGB value is (187,253,227). Sum of RGB (Red+Green+Blue) = 187+253+227=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 227 (89.06% from 255 or 34.03% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDE3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDE3 is #44021C. Grayscale: #E6E6E6. Windows color (decimal): -4456989 or 14941627. OLE color: 14941627.

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

Color convert

RGB 187 253 227 -
CMYK 0.26 0 0.10 0.01
HSL 156.36º 0.94% 0.86% -
HSV(B) 156.36º 0.26% 0.99% -
XYZ 69.48 86.36 85.68 -
YUV 230.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 187 253 227 0.26 0 0.10 0.01 156.36 0.94 0.86
Hex BB FD E3 1A 0 A 1 9C 5E 56
Octal 273 375 343 32 0 12 1 234 136 126
Binary 10111011 11111101 11100011 11010 0 1010 1 10011100 1011110 1010110

Color Harmonies of #BBFDE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFDE3

Black with #BBFDE3

Text Example


Text Example

White with #BBFDE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFDE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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