#C3BFCD

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

Shades of Blue Haze #C3BFCD

Tints of Blue Haze #C3BFCD

Color information

#C3BFCD (or 0xC3BFCD) is unknown color: approx Blue Haze. HEX triplet: C3, BF and CD. RGB value is (195,191,205). Sum of RGB (Red+Green+Blue) = 195+191+205=591 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.99% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 205 (80.47% from 255 or 34.69% from 591); Max value from RGB is 205 - color contains mainly: blue. Hex color #C3BFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFCD is #3C4032. Grayscale: #C1C1C1. Windows color (decimal): -3948595 or 13483971. OLE color: 13483971.

HSL color Cylindrical-coordinate representation of color #C3BFCD: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C3BFCD is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195191205-
CMYK0.050.0700.20
HSL257.14º12.28%77.65%-
HSV(B)257.14º6.83%80.39%-
XYZ52.1653.2765.29-
YUV193.79134.33128.86-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.99%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 205 (80.47% from 255) = 34.69%
R=32.99%
G=32.32%
B=34.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951912050.050.0700.20257.1412.2877.65
HexC3BFCD57014101c4e
Octal3032773155702440114116
Binary11000011101111111100110110111101010010000000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFCD; }

 p { color: rgb(195,191,205); }

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

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

 a { background-color: rgb(195,191,205); }

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

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

 span { border-color: rgb(195,191,205); }

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