#C2BDCF

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

Shades of Blue Haze #C2BDCF

Tints of Blue Haze #C2BDCF

Color information

#C2BDCF (or 0xC2BDCF) is unknown color: approx Blue Haze. HEX triplet: C2, BD and CF. RGB value is (194,189,207). Sum of RGB (Red+Green+Blue) = 194+189+207=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #C2BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDCF is #3D4230. Grayscale: #C0C0C0. Windows color (decimal): -4014641 or 13614530. OLE color: 13614530.

HSL color Cylindrical-coordinate representation of color #C2BDCF: hue angle of 256.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2BDCF is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB194189207-
CMYK0.060.0900.19
HSL256.67º15.79%77.65%-
HSV(B)256.67º8.7%81.18%-
XYZ51.7152.3766.41-
YUV192.55136.16129.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 189 (74.22% from 255) = 32.03%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=32.88%
G=32.03%
B=35.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1941892070.060.0900.19256.6715.7977.65
HexC2BDCF69013101104e
Octal30227531761102340120116
Binary1100001010111101110011111101001010011100000001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BDCF; }

 p { color: rgb(194,189,207); }

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

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

 a { background-color: rgb(194,189,207); }

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

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

 span { border-color: rgb(194,189,207); }

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