#C1BED1

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

Shades of Blue Haze #C1BED1

Tints of Blue Haze #C1BED1

Color information

#C1BED1 (or 0xC1BED1) is unknown color: approx Blue Haze. HEX triplet: C1, BE and D1. RGB value is (193,190,209). Sum of RGB (Red+Green+Blue) = 193+190+209=592 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.60% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #C1BED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BED1 is #3E412E. Grayscale: #C0C0C0. Windows color (decimal): -4079919 or 13745857. OLE color: 13745857.

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

Color convert

RGB193190209-
CMYK0.080.0900.18
HSL249.47º17.12%78.24%-
HSV(B)249.47º9.09%81.96%-
XYZ51.9152.7767.77-
YUV193.06136.99127.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.60%
GREEN value IS 190 (74.61% from 255) = 32.09%
BLUE value IS 209 (82.03% from 255) = 35.30%
R=32.60%
G=32.09%
B=35.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931902090.080.0900.18249.4717.1278.24
HexC1BED189012f9114e
Octal301276321101102237121116
Binary1100000110111110110100011000100101001011111001100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BED1; }

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

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

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

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

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

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

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

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