#C1BDCD

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

Shades of Blue Haze #C1BDCD

Tints of Blue Haze #C1BDCD

Color information

#C1BDCD (or 0xC1BDCD) is unknown color: approx Blue Haze. HEX triplet: C1, BD and CD. RGB value is (193,189,205). Sum of RGB (Red+Green+Blue) = 193+189+205=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 189 (74.22% from 255 or 32.20% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1BDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDCD is #3E4232. Grayscale: #BFBFBF. Windows color (decimal): -4080179 or 13483457. OLE color: 13483457.

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

Color convert

RGB193189205-
CMYK0.060.0800.20
HSL255º13.79%77.25%-
HSV(B)255º7.8%80.39%-
XYZ51.2152.1465.12-
YUV192.02135.33128.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 189 (74.22% from 255) = 32.20%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=32.88%
G=32.20%
B=34.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931892050.060.0800.2025513.7977.25
HexC1BDCD68014ffe4d
Octal30127531561002437716115
Binary11000001101111011100110111010000101001111111111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDCD; }

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

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

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

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

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

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

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

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