#C1BDD0

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

Shades of Blue Haze #C1BDD0

Tints of Blue Haze #C1BDD0

Color information

#C1BDD0 (or 0xC1BDD0) is unknown color: approx Blue Haze. HEX triplet: C1, BD and D0. RGB value is (193,189,208). Sum of RGB (Red+Green+Blue) = 193+189+208=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 208 (81.64% from 255 or 35.25% from 590); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1BDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDD0 is #3E422F. Grayscale: #C0C0C0. Windows color (decimal): -4080176 or 13680065. OLE color: 13680065.

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

Color convert

RGB193189208-
CMYK0.070.0900.18
HSL252.63º16.81%77.84%-
HSV(B)252.63º9.13%81.57%-
XYZ51.5852.2967.05-
YUV192.36136.83128.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.71%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 208 (81.64% from 255) = 35.25%
R=32.71%
G=32.03%
B=35.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931892080.070.0900.18252.6316.8177.84
HexC1BDD079012fd114e
Octal30127532071102237521116
Binary110000011011110111010000111100101001011111101100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDD0; }

 p { color: rgb(193,189,208); }

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

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

 a { background-color: rgb(193,189,208); }

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

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

 span { border-color: rgb(193,189,208); }

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