Html Css Color HEX #B09AC2 East Side

📋 copy color: '#B09AC2'

red 176 ◦ green 154 ◦ blue 194

#B09AC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #B09AC2

Tints of East Side #B09AC2

RGB

 RED value IS 176 (69.14% from 255) = 33.59%

 GREEN value IS 154 (60.55% from 255) = 29.39%

 BLUE value IS 194 (76.17% from 255) = 37.02%

R = 33.59%
G = 29.39%
B = 37.02%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B09AC2 (or 0xB09AC2) is known color: East Side. HEX triplet: B0, 9A and C2. RGB value is (176,154,194). Sum of RGB (Red+Green+Blue) = 176+154+194=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 194 - color contains mainly: blue. Hex color #B09AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09AC2 is #4F653D. Grayscale: #A5A5A5. Windows color (decimal): -5203262 or 12753584. OLE color: 12753584.

HSL color Cylindrical-coordinate representation of color #B09AC2: hue angle of 273º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B09AC2 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 176 154 194 -
CMYK 0.09 0.21 0 0.24
HSL 273º 0.25% 0.68% -
HSV(B) 273º 0.21% 0.76% -
XYZ 39.2 36.24 55.97 -
YUV 165.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 176 154 194 0.09 0.21 0 0.24 273 0.25 0.68
Hex B0 9A C2 9 15 0 18 111 19 44
Octal 260 232 302 11 25 0 30 421 31 104
Binary 10110000 10011010 11000010 1001 10101 0 11000 100010001 11001 1000100

Color Harmonies of #B09AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09AC2

Black with #B09AC2

Text Example


Text Example

White with #B09AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09AC2; }

 p { color: rgb(176,154,194); }

 H1.HeaderClassName
 {
   color: #B09AC2;
 }
 .AnyTagClassName
 {
   color: #B09AC2;
 }
</style>

background-color css

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

 a { background-color: rgb(176,154,194); }

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

border-color css

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

 span { border-color: rgb(176,154,194); }

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