#C3BFD5

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

Shades of Blue Haze #C3BFD5

Tints of Blue Haze #C3BFD5

Color information

#C3BFD5 (or 0xC3BFD5) is unknown color: approx Blue Haze. HEX triplet: C3, BF and D5. RGB value is (195,191,213). Sum of RGB (Red+Green+Blue) = 195+191+213=599 (79% of max value = 765). Red value is 195 (76.56% from 255 or 32.55% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 213 - color contains mainly: blue. Hex color #C3BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFD5 is #3C402A. Grayscale: #C2C2C2. Windows color (decimal): -3948587 or 14008259. OLE color: 14008259.

HSL color Cylindrical-coordinate representation of color #C3BFD5: hue angle of 250.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BFD5 is Cyan = 0.08, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB195191213-
CMYK0.080.1000.16
HSL250.91º20.75%79.22%-
HSV(B)250.91º10.33%83.53%-
XYZ53.1553.6770.51-
YUV194.7138.33128.21-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.55%
GREEN value IS 191 (75% from 255) = 31.89%
BLUE value IS 213 (83.59% from 255) = 35.56%
R=32.55%
G=31.89%
B=35.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1951912130.080.1000.16250.9120.7579.22
HexC3BFD58A010fb154f
Octal303277325101202037325117
Binary1100001110111111110101011000101001000011111011101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFD5; }

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

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

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

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

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

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

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

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