#C1BDCB

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

Shades of Blue Haze #C1BDCB

Tints of Blue Haze #C1BDCB

Color information

#C1BDCB (or 0xC1BDCB) is unknown color: approx Blue Haze. HEX triplet: C1, BD and CB. RGB value is (193,189,203). Sum of RGB (Red+Green+Blue) = 193+189+203=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 189 (74.22% from 255 or 32.31% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1BDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDCB is #3E4234. Grayscale: #BFBFBF. Windows color (decimal): -4080181 or 13352385. OLE color: 13352385.

HSL color Cylindrical-coordinate representation of color #C1BDCB: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1BDCB is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193189203-
CMYK0.050.0700.20
HSL257.14º11.86%76.86%-
HSV(B)257.14º6.9%79.61%-
XYZ50.9752.0463.86-
YUV191.79134.33128.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 189 (74.22% from 255) = 32.31%
BLUE value IS 203 (79.69% from 255) = 34.70%
R=32.99%
G=32.31%
B=34.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931892030.050.0700.20257.1411.8676.86
HexC1BDCB57014101c4d
Octal3012753135702440114115
Binary11000001101111011100101110111101010010000000111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDCB; }

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

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

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

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

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

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

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

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