#C3BFCF

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

Shades of Blue Haze #C3BFCF

Tints of Blue Haze #C3BFCF

Color information

#C3BFCF (or 0xC3BFCF) is unknown color: approx Blue Haze. HEX triplet: C3, BF and CF. RGB value is (195,191,207). Sum of RGB (Red+Green+Blue) = 195+191+207=593 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.88% from 593); Green value is 191 (75% from 255 or 32.21% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #C3BFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFCF is #3C4030. Grayscale: #C1C1C1. Windows color (decimal): -3948593 or 13615043. OLE color: 13615043.

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

Color convert

RGB195191207-
CMYK0.060.0800.19
HSL255º14.29%78.04%-
HSV(B)255º7.73%81.18%-
XYZ52.453.3766.57-
YUV194.02135.33128.7-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.88%
GREEN value IS 191 (75% from 255) = 32.21%
BLUE value IS 207 (81.25% from 255) = 34.91%
R=32.88%
G=32.21%
B=34.91%

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
Decimal1951912070.060.0800.1925514.2978.04
HexC3BFCF68013ffe4e
Octal30327731761002337716116
Binary11000011101111111100111111010000100111111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFCF; }

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

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

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

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

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

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

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

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