#C1BCCC

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

Shades of Blue Haze #C1BCCC

Tints of Blue Haze #C1BCCC

Color information

#C1BCCC (or 0xC1BCCC) is unknown color: approx Blue Haze. HEX triplet: C1, BC and CC. RGB value is (193,188,204). Sum of RGB (Red+Green+Blue) = 193+188+204=585 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.99% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 204 (80.08% from 255 or 34.87% from 585); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCCC is #3E4333. Grayscale: #BFBFBF. Windows color (decimal): -4080436 or 13417665. OLE color: 13417665.

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

Color convert

RGB193188204-
CMYK0.050.0800.2
HSL258.75º13.56%76.86%-
HSV(B)258.75º7.84%80%-
XYZ50.8751.6664.42-
YUV191.32135.16129.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.99%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 204 (80.08% from 255) = 34.87%
R=32.99%
G=32.14%
B=34.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1931882040.050.0800.2258.7513.5676.86
HexC1BCCC58014103e4d
Octal30127431451002440316115
Binary110000011011110011001100101100001010010000001111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCCC; }

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

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

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

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

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

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

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

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