Html Css Color HEX #BDEFDF Water Leaf

📋 copy color: '#BDEFDF'

red 189 ◦ green 239 ◦ blue 223

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

Shades of Water Leaf #BDEFDF

Tints of Water Leaf #BDEFDF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.71%

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

R = 29.03%
G = 36.71%
B = 34.25%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#BDEFDF (or 0xBDEFDF) is known color: Water Leaf. HEX triplet: BD, EF and DF. RGB value is (189,239,223). Sum of RGB (Red+Green+Blue) = 189+239+223=651 (86% of max value = 765). Red value is 189 (74.22% from 255 or 29.03% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 223 (87.5% from 255 or 34.25% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #BDEFDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEFDF is #421020. Grayscale: #DEDEDE. Windows color (decimal): -4329505 or 14675901. OLE color: 14675901.

HSL color Cylindrical-coordinate representation of color #BDEFDF: hue angle of 160.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDEFDF is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 239 223 -
CMYK 0.21 0 0.07 0.06
HSL 160.8º 0.61% 0.84% -
HSV(B) 160.8º 0.21% 0.94% -
XYZ 65.17 77.88 81.41 -
YUV 222.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 189 239 223 0.21 0 0.07 0.06 160.8 0.61 0.84
Hex BD EF DF 15 0 7 6 A1 3D 54
Octal 275 357 337 25 0 7 6 241 75 124
Binary 10111101 11101111 11011111 10101 0 111 110 10100001 111101 1010100

Color Harmonies of #BDEFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEFDF

Black with #BDEFDF

Text Example


Text Example

White with #BDEFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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