#C1BCCD

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

Shades of Blue Haze #C1BCCD

Tints of Blue Haze #C1BCCD

Color information

#C1BCCD (or 0xC1BCCD) is unknown color: approx Blue Haze. HEX triplet: C1, BC and CD. RGB value is (193,188,205). Sum of RGB (Red+Green+Blue) = 193+188+205=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 205 (80.47% from 255 or 34.98% from 586); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCCD is #3E4332. Grayscale: #BFBFBF. Windows color (decimal): -4080435 or 13483201. OLE color: 13483201.

HSL color Cylindrical-coordinate representation of color #C1BCCD: hue angle of 257.65º degrees, saturation: 0.15, 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 #C1BCCD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193188205-
CMYK0.060.0800.20
HSL257.65º14.53%77.06%-
HSV(B)257.65º8.29%80.39%-
XYZ50.9951.7165.05-
YUV191.43135.66129.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.94%
GREEN value IS 188 (73.83% from 255) = 32.08%
BLUE value IS 205 (80.47% from 255) = 34.98%
R=32.94%
G=32.08%
B=34.98%

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
Decimal1931882050.060.0800.20257.6514.5377.06
HexC1BCCD68014102f4d
Octal30127431561002440217115
Binary110000011011110011001101110100001010010000001011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCCD; }

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

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

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

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

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

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

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

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