#C1BECD

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

Shades of Blue Haze #C1BECD

Tints of Blue Haze #C1BECD

Color information

#C1BECD (or 0xC1BECD) is unknown color: approx Blue Haze. HEX triplet: C1, BE and CD. RGB value is (193,190,205). Sum of RGB (Red+Green+Blue) = 193+190+205=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BECD is #3E4132. Grayscale: #C0C0C0. Windows color (decimal): -4079923 or 13483713. OLE color: 13483713.

HSL color Cylindrical-coordinate representation of color #C1BECD: hue angle of 252º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C1BECD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB193190205-
CMYK0.060.0700.20
HSL252º13.04%77.45%-
HSV(B)252º7.32%80.39%-
XYZ51.4352.5765.19-
YUV192.61134.99128.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.82%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=32.82%
G=32.31%
B=34.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1931902050.060.0700.2025213.0477.45
HexC1BECD67014fcd4d
Octal3012763156702437415115
Binary1100000110111110110011011101110101001111110011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BECD; }

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

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

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

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

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

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

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

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