Html Css Color HEX #BDF8ED Water Leaf

📋 copy color: '#BDF8ED'

red 189 ◦ green 248 ◦ blue 237

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

Shades of Water Leaf #BDF8ED

Tints of Water Leaf #BDF8ED

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.8%

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

R = 28.04%
G = 36.8%
B = 35.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.04

 K value IS 0.03

RGB Variations

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

Color information

#BDF8ED (or 0xBDF8ED) is known color: Water Leaf. HEX triplet: BD, F8 and ED. RGB value is (189,248,237). Sum of RGB (Red+Green+Blue) = 189+248+237=674 (89% of max value = 765). Red value is 189 (74.22% from 255 or 28.04% from 674); Green value is 248 (97.27% from 255 or 36.80% from 674); Blue value is 237 (92.97% from 255 or 35.16% from 674); Max value from RGB is 248 - color contains mainly: green. Hex color #BDF8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BDF8ED is #420712. Grayscale: #E5E5E5. Windows color (decimal): -4327187 or 15595709. OLE color: 15595709.

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

Color convert

RGB 189 248 237 -
CMYK 0.24 0 0.04 0.03
HSL 168.81º 0.81% 0.86% -
HSV(B) 168.81º 0.24% 0.97% -
XYZ 69.84 84.07 92.67 -
YUV 229.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 189 248 237 0.24 0 0.04 0.03 168.81 0.81 0.86
Hex BD F8 ED 18 0 4 3 A9 51 56
Octal 275 370 355 30 0 4 3 251 121 126
Binary 10111101 11111000 11101101 11000 0 100 11 10101001 1010001 1010110

Color Harmonies of #BDF8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF8ED

Black with #BDF8ED

Text Example


Text Example

White with #BDF8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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