Html Css Color HEX #BDF7ED Water Leaf

📋 copy color: '#BDF7ED'

red 189 ◦ green 247 ◦ blue 237

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

Shades of Water Leaf #BDF7ED

Tints of Water Leaf #BDF7ED

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.7%

 BLUE value IS 237 (92.97% from 255) = 35.22%

R = 28.08%
G = 36.7%
B = 35.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#BDF7ED (or 0xBDF7ED) is known color: Water Leaf. HEX triplet: BD, F7 and ED. RGB value is (189,247,237). Sum of RGB (Red+Green+Blue) = 189+247+237=673 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.08% from 673); Green value is 247 (96.88% from 255 or 36.70% from 673); Blue value is 237 (92.97% from 255 or 35.22% from 673); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF7ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF7ED is #420812. Grayscale: #E4E4E4. Windows color (decimal): -4327443 or 15595453. OLE color: 15595453.

HSL color Cylindrical-coordinate representation of color #BDF7ED: hue angle of 169.66º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDF7ED is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 237 -
CMYK 0.23 0 0.04 0.03
HSL 169.66º 0.78% 0.85% -
HSV(B) 169.66º 0.23% 0.97% -
XYZ 69.53 83.45 92.56 -
YUV 228.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 189 247 237 0.23 0 0.04 0.03 169.66 0.78 0.85
Hex BD F7 ED 17 0 4 3 AA 4E 55
Octal 275 367 355 27 0 4 3 252 116 125
Binary 10111101 11110111 11101101 10111 0 100 11 10101010 1001110 1010101

Color Harmonies of #BDF7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF7ED

Black with #BDF7ED

Text Example


Text Example

White with #BDF7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF7ED; }

 p { color: rgb(189,247,237); }

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

background-color css

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

 a { background-color: rgb(189,247,237); }

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

border-color css

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

 span { border-color: rgb(189,247,237); }

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