#C0BDCF

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

Shades of Blue Haze #C0BDCF

Tints of Blue Haze #C0BDCF

Color information

#C0BDCF (or 0xC0BDCF) is unknown color: approx Blue Haze. HEX triplet: C0, BD and CF. RGB value is (192,189,207). Sum of RGB (Red+Green+Blue) = 192+189+207=588 (77% of max value = 765). Red value is 192 (75.39% from 255 or 32.65% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #C0BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDCF is #3F4230. Grayscale: #BFBFBF. Windows color (decimal): -4145713 or 13614528. OLE color: 13614528.

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

Color convert

RGB192189207-
CMYK0.070.0900.19
HSL250º15.79%77.65%-
HSV(B)250º8.7%81.18%-
XYZ51.252.1166.39-
YUV191.95136.49128.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.65%
GREEN value IS 189 (74.22% from 255) = 32.14%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=32.65%
G=32.14%
B=35.20%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1921892070.070.0900.1925015.7977.65
HexC0BDCF79013fa104e
Octal30027531771102337220116
Binary110000001011110111001111111100101001111111010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDCF; }

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

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

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

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

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

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

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

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