#C1BDCC

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

Shades of Blue Haze #C1BDCC

Tints of Blue Haze #C1BDCC

Color information

#C1BDCC (or 0xC1BDCC) is unknown color: approx Blue Haze. HEX triplet: C1, BD and CC. RGB value is (193,189,204). Sum of RGB (Red+Green+Blue) = 193+189+204=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDCC is #3E4233. Grayscale: #BFBFBF. Windows color (decimal): -4080180 or 13417921. OLE color: 13417921.

HSL color Cylindrical-coordinate representation of color #C1BDCC: hue angle of 256º degrees, saturation: 0.13, 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 #C1BDCC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB193189204-
CMYK0.050.0700.2
HSL256º12.82%77.06%-
HSV(B)256º7.35%80%-
XYZ51.0952.0964.49-
YUV191.91134.83128.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.94%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 204 (80.08% from 255) = 34.81%
R=32.94%
G=32.25%
B=34.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931892040.050.0700.225612.8277.06
HexC1BDCC57014100d4d
Octal3012753145702440015115
Binary11000001101111011100110010111101010010000000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDCC; }

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

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

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

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

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

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

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

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