Html Css Color HEX #B09ABF East Side

📋 copy color: '#B09ABF'

red 176 ◦ green 154 ◦ blue 191

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

Shades of East Side #B09ABF

Tints of East Side #B09ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.66%

R = 33.78%
G = 29.56%
B = 36.66%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B09ABF (or 0xB09ABF) is known color: East Side. HEX triplet: B0, 9A and BF. RGB value is (176,154,191). Sum of RGB (Red+Green+Blue) = 176+154+191=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 154 (60.55% from 255 or 29.56% from 521); Blue value is 191 (75% from 255 or 36.66% from 521); Max value from RGB is 191 - color contains mainly: blue. Hex color #B09ABF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ABF is #4F6540. Grayscale: #A4A4A4. Windows color (decimal): -5203265 or 12556976. OLE color: 12556976.

HSL color Cylindrical-coordinate representation of color #B09ABF: hue angle of 275.68º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B09ABF is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 154 191 -
CMYK 0.08 0.19 0 0.25
HSL 275.68º 0.22% 0.68% -
HSV(B) 275.68º 0.19% 0.75% -
XYZ 38.86 36.1 54.21 -
YUV 164.8 142.79 135.99 -
System Red Green Blue C M Y K H S L
Decimal 176 154 191 0.08 0.19 0 0.25 275.68 0.22 0.68
Hex B0 9A BF 8 13 0 19 114 16 44
Octal 260 232 277 10 23 0 31 424 26 104
Binary 10110000 10011010 10111111 1000 10011 0 11001 100010100 10110 1000100

Color Harmonies of #B09ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ABF

Black with #B09ABF

Text Example


Text Example

White with #B09ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ABF; }

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

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

background-color css

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

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

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

border-color css

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

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

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