#B699C4

Color #B699C4 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B699C4

Tints of East Side #B699C4

Color information

#B699C4 (or 0xB699C4) is unknown color: approx East Side. HEX triplet: B6, 99 and C4. RGB value is (182,153,196). Sum of RGB (Red+Green+Blue) = 182+153+196=531 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.27% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #B699C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699C4 is #49663B. Grayscale: #A6A6A6. Windows color (decimal): -4810300 or 12884406. OLE color: 12884406.

HSL color Cylindrical-coordinate representation of color #B699C4: hue angle of 280.47º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B699C4 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB182153196-
CMYK0.070.2200.23
HSL280.47º26.71%68.43%-
HSV(B)280.47º21.94%76.86%-
XYZ40.6536.7157.17-
YUV166.57144.61139-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.27%
GREEN value IS 153 (60.16% from 255) = 28.81%
BLUE value IS 196 (76.95% from 255) = 36.91%
R=34.27%
G=28.81%
B=36.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1821531960.070.2200.23280.4726.7168.43
HexB699C47160171181b44
Octal26623130472602743033104
Binary10110110100110011100010011110110010111100011000110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B699C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B699C4; }

 p { color: rgb(182,153,196); }

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

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

 a { background-color: rgb(182,153,196); }

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

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

 span { border-color: rgb(182,153,196); }

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