#C3BFD2

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

Shades of Blue Haze #C3BFD2

Tints of Blue Haze #C3BFD2

Color information

#C3BFD2 (or 0xC3BFD2) is unknown color: approx Blue Haze. HEX triplet: C3, BF and D2. RGB value is (195,191,210). Sum of RGB (Red+Green+Blue) = 195+191+210=596 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.72% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #C3BFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFD2 is #3C402D. Grayscale: #C2C2C2. Windows color (decimal): -3948590 or 13811651. OLE color: 13811651.

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

Color convert

RGB195191210-
CMYK0.070.0900.18
HSL252.63º17.43%78.63%-
HSV(B)252.63º9.05%82.35%-
XYZ52.7753.5268.52-
YUV194.36136.83128.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.72%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 210 (82.42% from 255) = 35.23%
R=32.72%
G=32.05%
B=35.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951912100.070.0900.18252.6317.4378.63
HexC3BFD279012fd114f
Octal30327732271102237521117
Binary110000111011111111010010111100101001011111101100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFD2; }

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

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

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

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

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

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

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

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