#C0BAD4

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

Shades of Blue Haze #C0BAD4

Tints of Blue Haze #C0BAD4

Color information

#C0BAD4 (or 0xC0BAD4) is unknown color: approx Blue Haze. HEX triplet: C0, BA and D4. RGB value is (192,186,212). Sum of RGB (Red+Green+Blue) = 192+186+212=590 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.54% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 212 (83.20% from 255 or 35.93% from 590); Max value from RGB is 212 - color contains mainly: blue. Hex color #C0BAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BAD4 is #3F452B. Grayscale: #BEBEBE. Windows color (decimal): -4146476 or 13941440. OLE color: 13941440.

HSL color Cylindrical-coordinate representation of color #C0BAD4: hue angle of 253.85º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0BAD4 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB192186212-
CMYK0.090.1200.17
HSL253.85º23.21%78.04%-
HSV(B)253.85º12.26%83.14%-
XYZ51.1851.0869.45-
YUV190.76139.99128.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.54%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 212 (83.20% from 255) = 35.93%
R=32.54%
G=31.53%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1921862120.090.1200.17253.8523.2178.04
HexC0BAD49C011fe174e
Octal300272324111402137627116
Binary1100000010111010110101001001110001000111111110101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BAD4; }

 p { color: rgb(192,186,212); }

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

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

 a { background-color: rgb(192,186,212); }

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

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

 span { border-color: rgb(192,186,212); }

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