#C1BECE

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

Shades of Blue Haze #C1BECE

Tints of Blue Haze #C1BECE

Color information

#C1BECE (or 0xC1BECE) is unknown color: approx Blue Haze. HEX triplet: C1, BE and CE. RGB value is (193,190,206). Sum of RGB (Red+Green+Blue) = 193+190+206=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 206 (80.86% from 255 or 34.97% from 589); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BECE is #3E4131. Grayscale: #C0C0C0. Windows color (decimal): -4079922 or 13549249. OLE color: 13549249.

HSL color Cylindrical-coordinate representation of color #C1BECE: hue angle of 251.25º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1BECE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB193190206-
CMYK0.060.0800.19
HSL251.25º14.04%77.65%-
HSV(B)251.25º7.77%80.78%-
XYZ51.5552.6265.83-
YUV192.72135.49128.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.77%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 206 (80.86% from 255) = 34.97%
R=32.77%
G=32.26%
B=34.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1931902060.060.0800.19251.2514.0477.65
HexC1BECE68013fbe4e
Octal30127631661002337316116
Binary11000001101111101100111011010000100111111101111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BECE; }

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

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

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

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

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

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

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

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