#C1BFCE

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

Shades of Blue Haze #C1BFCE

Tints of Blue Haze #C1BFCE

Color information

#C1BFCE (or 0xC1BFCE) is unknown color: approx Blue Haze. HEX triplet: C1, BF and CE. RGB value is (193,191,206). Sum of RGB (Red+Green+Blue) = 193+191+206=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 191 (75% from 255 or 32.37% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFCE is #3E4031. Grayscale: #C1C1C1. Windows color (decimal): -4079666 or 13549505. OLE color: 13549505.

HSL color Cylindrical-coordinate representation of color #C1BFCE: hue angle of 248º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1BFCE is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193191206-
CMYK0.060.0700.19
HSL248º13.27%77.84%-
HSV(B)248º7.28%80.78%-
XYZ51.7653.0665.9-
YUV193.31135.16127.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.71%
GREEN value IS 191 (75% from 255) = 32.37%
BLUE value IS 206 (80.86% from 255) = 34.92%
R=32.71%
G=32.37%
B=34.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931912060.060.0700.1924813.2777.84
HexC1BFCE67013f8d4e
Octal3012773166702337015116
Binary1100000110111111110011101101110100111111100011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFCE; }

 p { color: rgb(193,191,206); }

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

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

 a { background-color: rgb(193,191,206); }

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

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

 span { border-color: rgb(193,191,206); }

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