Html Css Color HEX #BDFDE6 Water Leaf

📋 copy color: '#BDFDE6'

red 189 ◦ green 253 ◦ blue 230

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

Shades of Water Leaf #BDFDE6

Tints of Water Leaf #BDFDE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 34.23%

R = 28.13%
G = 37.65%
B = 34.23%

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

#BDFDE6 (or 0xBDFDE6) is known color: Water Leaf. HEX triplet: BD, FD and E6. RGB value is (189,253,230). Sum of RGB (Red+Green+Blue) = 189+253+230=672 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.12% from 672); Green value is 253 (99.22% from 255 or 37.65% from 672); Blue value is 230 (90.23% from 255 or 34.23% from 672); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFDE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDFDE6 is #420219. Grayscale: #E7E7E7. Windows color (decimal): -4325914 or 15138237. OLE color: 15138237.

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

Color convert

RGB 189 253 230 -
CMYK 0.25 0 0.09 0.01
HSL 158.44º 0.94% 0.87% -
HSV(B) 158.44º 0.25% 0.99% -
XYZ 70.39 86.78 87.9 -
YUV 231.24 127.3 97.87 -
System Red Green Blue C M Y K H S L
Decimal 189 253 230 0.25 0 0.09 0.01 158.44 0.94 0.87
Hex BD FD E6 19 0 9 1 9E 5E 57
Octal 275 375 346 31 0 11 1 236 136 127
Binary 10111101 11111101 11100110 11001 0 1001 1 10011110 1011110 1010111

Color Harmonies of #BDFDE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFDE6

Black with #BDFDE6

Text Example


Text Example

White with #BDFDE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFDE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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