#C1BED2

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

Shades of Blue Haze #C1BED2

Tints of Blue Haze #C1BED2

Color information

#C1BED2 (or 0xC1BED2) is unknown color: approx Blue Haze. HEX triplet: C1, BE and D2. RGB value is (193,190,210). Sum of RGB (Red+Green+Blue) = 193+190+210=593 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.55% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 210 (82.42% from 255 or 35.41% from 593); Max value from RGB is 210 - color contains mainly: blue. Hex color #C1BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BED2 is #3E412D. Grayscale: #C1C1C1. Windows color (decimal): -4079918 or 13811393. OLE color: 13811393.

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

Color convert

RGB193190210-
CMYK0.080.1000.18
HSL249º18.18%78.43%-
HSV(B)249º9.52%82.35%-
XYZ52.0452.8268.42-
YUV193.18137.49127.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.55%
GREEN value IS 190 (74.61% from 255) = 32.04%
BLUE value IS 210 (82.42% from 255) = 35.41%
R=32.55%
G=32.04%
B=35.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931902100.080.1000.1824918.1878.43
HexC1BED28A012f9124e
Octal301276322101202237122116
Binary1100000110111110110100101000101001001011111001100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BED2; }

 p { color: rgb(193,190,210); }

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

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

 a { background-color: rgb(193,190,210); }

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

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

 span { border-color: rgb(193,190,210); }

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