Html Css Color HEX #BDFDE7 Water Leaf

📋 copy color: '#BDFDE7'

red 189 ◦ green 253 ◦ blue 231

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

Shades of Water Leaf #BDFDE7

Tints of Water Leaf #BDFDE7

RGB

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

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

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

R = 28.08%
G = 37.59%
B = 34.32%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#BDFDE7 (or 0xBDFDE7) is known color: Water Leaf. HEX triplet: BD, FD and E7. RGB value is (189,253,231). Sum of RGB (Red+Green+Blue) = 189+253+231=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 231 (90.62% from 255 or 34.32% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDE7 is #420218. Grayscale: #E7E7E7. Windows color (decimal): -4325913 or 15203773. OLE color: 15203773.

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

Color convert

RGB 189 253 231 -
CMYK 0.25 0 0.09 0.01
HSL 159.38º 0.94% 0.87% -
HSV(B) 159.38º 0.25% 0.99% -
XYZ 70.54 86.84 88.65 -
YUV 231.36 127.8 97.79 -
System Red Green Blue C M Y K H S L
Decimal 189 253 231 0.25 0 0.09 0.01 159.38 0.94 0.87
Hex BD FD E7 19 0 9 1 9F 5E 57
Octal 275 375 347 31 0 11 1 237 136 127
Binary 10111101 11111101 11100111 11001 0 1001 1 10011111 1011110 1010111

Color Harmonies of #BDFDE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDE7

Black with #BDFDE7

Text Example


Text Example

White with #BDFDE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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