#BDDDDC

Color #BDDDDC Zumthor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zumthor #BDDDDC

Tints of Zumthor #BDDDDC

Color information

#BDDDDC (or 0xBDDDDC) is unknown color: approx Zumthor. HEX triplet: BD, DD and DC. RGB value is (189,221,220). Sum of RGB (Red+Green+Blue) = 189+221+220=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 221 (86.72% from 255 or 35.08% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 221 - color contains mainly: green. Hex color #BDDDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDDDC is #422223. Grayscale: #D3D3D3. Windows color (decimal): -4334116 or 14474685. OLE color: 14474685.

HSL color Cylindrical-coordinate representation of color #BDDDDC: hue angle of 178.12º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDDDDC is Cyan = 0.14, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.

Color convert

RGB189221220-
CMYK0.1400.000.13
HSL178.12º32%80.39%-
HSV(B)178.12º14.48%86.67%-
XYZ59.7667.777.63-
YUV211.32132.9112.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 221 (86.72% from 255) = 35.08%
BLUE value IS 220 (86.33% from 255) = 34.92%
R=30%
G=35.08%
B=34.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1892212200.1400.000.13178.123280.39
HexBDDDDCE00Db22050
Octal27533533416001526240120
Binary1011110111011101110111001110001101101100101000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDDDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDDDDC; }

 p { color: rgb(189,221,220); }

 H1.HeaderClassName
 {
   color: #BDDDDC;
 }
 .AnyTagClassName
 {
   color: #BDDDDC;
 }
</style>
background-color css

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

 a { background-color: rgb(189,221,220); }

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

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

 span { border-color: rgb(189,221,220); }

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