Html Css Color HEX #BDEDDE Water Leaf

📋 copy color: '#BDEDDE'

red 189 ◦ green 237 ◦ blue 222

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

Shades of Water Leaf #BDEDDE

Tints of Water Leaf #BDEDDE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.57%

 BLUE value IS 222 (87.11% from 255) = 34.26%

R = 29.17%
G = 36.57%
B = 34.26%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#BDEDDE (or 0xBDEDDE) is known color: Water Leaf. HEX triplet: BD, ED and DE. RGB value is (189,237,222). Sum of RGB (Red+Green+Blue) = 189+237+222=648 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.17% from 648); Green value is 237 (92.97% from 255 or 36.57% from 648); Blue value is 222 (87.11% from 255 or 34.26% from 648); Max value from RGB is 237 - color contains mainly: green. Hex color #BDEDDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BDEDDE is #421221. Grayscale: #DCDCDC. Windows color (decimal): -4330018 or 14609853. OLE color: 14609853.

HSL color Cylindrical-coordinate representation of color #BDEDDE: hue angle of 161.25º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDEDDE is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 237 222 -
CMYK 0.20 0 0.06 0.07
HSL 161.25º 0.57% 0.84% -
HSV(B) 161.25º 0.2% 0.93% -
XYZ 64.46 76.66 80.51 -
YUV 220.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 189 237 222 0.20 0 0.06 0.07 161.25 0.57 0.84
Hex BD ED DE 14 0 6 7 A1 39 54
Octal 275 355 336 24 0 6 7 241 71 124
Binary 10111101 11101101 11011110 10100 0 110 111 10100001 111001 1010100

Color Harmonies of #BDEDDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDEDDE

Black with #BDEDDE

Text Example


Text Example

White with #BDEDDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDEDDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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