#C2BFD3

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

Shades of Blue Haze #C2BFD3

Tints of Blue Haze #C2BFD3

Color information

#C2BFD3 (or 0xC2BFD3) is unknown color: approx Blue Haze. HEX triplet: C2, BF and D3. RGB value is (194,191,211). Sum of RGB (Red+Green+Blue) = 194+191+211=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 191 (75% from 255 or 32.05% from 596); Blue value is 211 (82.81% from 255 or 35.40% from 596); Max value from RGB is 211 - color contains mainly: blue. Hex color #C2BFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFD3 is #3D402C. Grayscale: #C2C2C2. Windows color (decimal): -4014125 or 13877186. OLE color: 13877186.

HSL color Cylindrical-coordinate representation of color #C2BFD3: hue angle of 249º 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 #C2BFD3 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB194191211-
CMYK0.080.0900.17
HSL249º18.52%78.82%-
HSV(B)249º9.48%82.75%-
XYZ52.6453.4369.17-
YUV194.18137.49127.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.55%
GREEN value IS 191 (75% from 255) = 32.05%
BLUE value IS 211 (82.81% from 255) = 35.40%
R=32.55%
G=32.05%
B=35.40%

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
Decimal1941912110.080.0900.1724918.5278.82
HexC2BFD389011f9134f
Octal302277323101102137123117
Binary1100001010111111110100111000100101000111111001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFD3; }

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

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

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

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

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

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

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

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