#C3BFD3

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

Shades of Blue Haze #C3BFD3

Tints of Blue Haze #C3BFD3

Color information

#C3BFD3 (or 0xC3BFD3) is unknown color: approx Blue Haze. HEX triplet: C3, BF and D3. RGB value is (195,191,211). Sum of RGB (Red+Green+Blue) = 195+191+211=597 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.66% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #C3BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFD3 is #3C402C. Grayscale: #C2C2C2. Windows color (decimal): -3948589 or 13877187. OLE color: 13877187.

HSL color Cylindrical-coordinate representation of color #C3BFD3: hue angle of 252º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C3BFD3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB195191211-
CMYK0.080.0900.17
HSL252º18.52%78.82%-
HSV(B)252º9.48%82.75%-
XYZ52.8953.5769.18-
YUV194.48137.33128.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.66%
GREEN value IS 191 (75% from 255) = 31.99%
BLUE value IS 211 (82.81% from 255) = 35.34%
R=32.66%
G=31.99%
B=35.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1951912110.080.0900.1725218.5278.82
HexC3BFD389011fc134f
Octal303277323101102137423117
Binary1100001110111111110100111000100101000111111100100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFD3; }

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

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

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

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

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

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

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

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