#C1BED0

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

Shades of Blue Haze #C1BED0

Tints of Blue Haze #C1BED0

Color information

#C1BED0 (or 0xC1BED0) is unknown color: approx Blue Haze. HEX triplet: C1, BE and D0. RGB value is (193,190,208). Sum of RGB (Red+Green+Blue) = 193+190+208=591 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.66% from 591); Green value is 190 (74.61% from 255 or 32.15% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #C1BED0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BED0 is #3E412F. Grayscale: #C0C0C0. Windows color (decimal): -4079920 or 13680321. OLE color: 13680321.

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

Color convert

RGB193190208-
CMYK0.070.0900.18
HSL250º16.07%78.04%-
HSV(B)250º8.65%81.57%-
XYZ51.7952.7267.12-
YUV192.95136.49128.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.66%
GREEN value IS 190 (74.61% from 255) = 32.15%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=32.66%
G=32.15%
B=35.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931902080.070.0900.1825016.0778.04
HexC1BED079012fa104e
Octal30127632071102237220116
Binary110000011011111011010000111100101001011111010100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BED0; }

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

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

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

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

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

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

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

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