#C1BDCE

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

Shades of Blue Haze #C1BDCE

Tints of Blue Haze #C1BDCE

Color information

#C1BDCE (or 0xC1BDCE) is unknown color: approx Blue Haze. HEX triplet: C1, BD and CE. RGB value is (193,189,206). Sum of RGB (Red+Green+Blue) = 193+189+206=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDCE is #3E4231. Grayscale: #C0C0C0. Windows color (decimal): -4080178 or 13548993. OLE color: 13548993.

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

Color convert

RGB193189206-
CMYK0.060.0800.19
HSL254.12º14.78%77.45%-
HSV(B)254.12º8.25%80.78%-
XYZ51.3352.1965.76-
YUV192.13135.83128.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 206 (80.86% from 255) = 35.03%
R=32.82%
G=32.14%
B=35.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931892060.060.0800.19254.1214.7877.45
HexC1BDCE68013fef4d
Octal30127531661002337617115
Binary11000001101111011100111011010000100111111111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDCE; }

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

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

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

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

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

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

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

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