Html Css Color HEX #B09ABC East Side

📋 copy color: '#B09ABC'

red 176 ◦ green 154 ◦ blue 188

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

Shades of East Side #B09ABC

Tints of East Side #B09ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.29%

R = 33.98%
G = 29.73%
B = 36.29%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B09ABC (or 0xB09ABC) is known color: East Side. HEX triplet: B0, 9A and BC. RGB value is (176,154,188). Sum of RGB (Red+Green+Blue) = 176+154+188=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 154 (60.55% from 255 or 29.73% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 188 - color contains mainly: blue. Hex color #B09ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09ABC is #4F6543. Grayscale: #A4A4A4. Windows color (decimal): -5203268 or 12360368. OLE color: 12360368.

HSL color Cylindrical-coordinate representation of color #B09ABC: hue angle of 278.82º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B09ABC is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 154 188 -
CMYK 0.06 0.18 0 0.26
HSL 278.82º 0.2% 0.67% -
HSV(B) 278.82º 0.18% 0.74% -
XYZ 38.54 35.97 52.49 -
YUV 164.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 176 154 188 0.06 0.18 0 0.26 278.82 0.2 0.67
Hex B0 9A BC 6 12 0 1A 117 14 43
Octal 260 232 274 6 22 0 32 427 24 103
Binary 10110000 10011010 10111100 110 10010 0 11010 100010111 10100 1000011

Color Harmonies of #B09ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09ABC

Black with #B09ABC

Text Example


Text Example

White with #B09ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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