Html Css Color HEX #BDE7DF Water Leaf

📋 copy color: '#BDE7DF'

red 189 ◦ green 231 ◦ blue 223

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

Shades of Water Leaf #BDE7DF

Tints of Water Leaf #BDE7DF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 35.93%

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 29.39%
G = 35.93%
B = 34.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#BDE7DF (or 0xBDE7DF) is known color: Water Leaf. HEX triplet: BD, E7 and DF. RGB value is (189,231,223). Sum of RGB (Red+Green+Blue) = 189+231+223=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 231 (90.62% from 255 or 35.93% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 231 - color contains mainly: green. Hex color #BDE7DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDE7DF is #421820. Grayscale: #D9D9D9. Windows color (decimal): -4331553 or 14673853. OLE color: 14673853.

HSL color Cylindrical-coordinate representation of color #BDE7DF: hue angle of 168.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BDE7DF is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 231 223 -
CMYK 0.18 0 0.03 0.09
HSL 168.57º 0.47% 0.82% -
HSV(B) 168.57º 0.18% 0.91% -
XYZ 62.88 73.3 80.65 -
YUV 217.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 189 231 223 0.18 0 0.03 0.09 168.57 0.47 0.82
Hex BD E7 DF 12 0 3 9 A9 2F 52
Octal 275 347 337 22 0 3 11 251 57 122
Binary 10111101 11100111 11011111 10010 0 11 1001 10101001 101111 1010010

Color Harmonies of #BDE7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDE7DF

Black with #BDE7DF

Text Example


Text Example

White with #BDE7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDE7DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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