Html Css Color HEX #BDFDE9 Water Leaf

📋 copy color: '#BDFDE9'

red 189 ◦ green 253 ◦ blue 233

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

Shades of Water Leaf #BDFDE9

Tints of Water Leaf #BDFDE9

RGB

 RED value IS 189 (74.22% from 255) = 28%

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

 BLUE value IS 233 (91.41% from 255) = 34.52%

R = 28%
G = 37.48%
B = 34.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#BDFDE9 (or 0xBDFDE9) is known color: Water Leaf. HEX triplet: BD, FD and E9. RGB value is (189,253,233). Sum of RGB (Red+Green+Blue) = 189+253+233=675 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28% from 675); Green value is 253 (99.22% from 255 or 37.48% from 675); Blue value is 233 (91.41% from 255 or 34.52% from 675); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDE9 is #420216. Grayscale: #E7E7E7. Windows color (decimal): -4325911 or 15334845. OLE color: 15334845.

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

Color convert

RGB 189 253 233 -
CMYK 0.25 0 0.08 0.01
HSL 161.25º 0.94% 0.87% -
HSV(B) 161.25º 0.25% 0.99% -
XYZ 70.82 86.95 90.14 -
YUV 231.58 128.8 97.63 -
System Red Green Blue C M Y K H S L
Decimal 189 253 233 0.25 0 0.08 0.01 161.25 0.94 0.87
Hex BD FD E9 19 0 8 1 A1 5E 57
Octal 275 375 351 31 0 10 1 241 136 127
Binary 10111101 11111101 11101001 11001 0 1000 1 10100001 1011110 1010111

Color Harmonies of #BDFDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDE9

Black with #BDFDE9

Text Example


Text Example

White with #BDFDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDE9; }

 p { color: rgb(189,253,233); }

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

background-color css

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

 a { background-color: rgb(189,253,233); }

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

border-color css

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

 span { border-color: rgb(189,253,233); }

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