#C3BFD0

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

Shades of Blue Haze #C3BFD0

Tints of Blue Haze #C3BFD0

Color information

#C3BFD0 (or 0xC3BFD0) is unknown color: approx Blue Haze. HEX triplet: C3, BF and D0. RGB value is (195,191,208). Sum of RGB (Red+Green+Blue) = 195+191+208=594 (78% of max value = 765). Red value is 195 (76.56% from 255 or 32.83% from 594); Green value is 191 (75% from 255 or 32.15% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #C3BFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3BFD0 is #3C402F. Grayscale: #C2C2C2. Windows color (decimal): -3948592 or 13680579. OLE color: 13680579.

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

Color convert

RGB195191208-
CMYK0.060.0800.18
HSL254.12º15.32%78.24%-
HSV(B)254.12º8.17%81.57%-
XYZ52.5253.4267.22-
YUV194.13135.83128.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 32.83%
GREEN value IS 191 (75% from 255) = 32.15%
BLUE value IS 208 (81.64% from 255) = 35.02%
R=32.83%
G=32.15%
B=35.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1951912080.060.0800.18254.1215.3278.24
HexC3BFD068012fef4e
Octal30327732061002237617116
Binary11000011101111111101000011010000100101111111011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFD0; }

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

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

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

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

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

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

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

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