#C1BECC

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

Shades of Blue Haze #C1BECC

Tints of Blue Haze #C1BECC

Color information

#C1BECC (or 0xC1BECC) is unknown color: approx Blue Haze. HEX triplet: C1, BE and CC. RGB value is (193,190,204). Sum of RGB (Red+Green+Blue) = 193+190+204=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BECC is #3E4133. Grayscale: #C0C0C0. Windows color (decimal): -4079924 or 13418177. OLE color: 13418177.

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

Color convert

RGB193190204-
CMYK0.050.0700.2
HSL252.86º12.07%77.25%-
HSV(B)252.86º6.86%80%-
XYZ51.352.5264.56-
YUV192.49134.49128.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.88%
GREEN value IS 190 (74.61% from 255) = 32.37%
BLUE value IS 204 (80.08% from 255) = 34.75%
R=32.88%
G=32.37%
B=34.75%

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
Decimal1931902040.050.0700.2252.8612.0777.25
HexC1BECC57014fdc4d
Octal3012763145702437514115
Binary1100000110111110110011001011110101001111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BECC; }

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

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

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

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

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

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

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

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