Html Css Color HEX #B09BBD East Side

📋 copy color: '#B09BBD'

red 176 ◦ green 155 ◦ blue 189

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

Shades of East Side #B09BBD

Tints of East Side #B09BBD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.81%

 BLUE value IS 189 (74.22% from 255) = 36.35%

R = 33.85%
G = 29.81%
B = 36.35%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B09BBD (or 0xB09BBD) is known color: East Side. HEX triplet: B0, 9B and BD. RGB value is (176,155,189). Sum of RGB (Red+Green+Blue) = 176+155+189=520 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.85% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #B09BBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BBD is #4F6442. Grayscale: #A5A5A5. Windows color (decimal): -5203011 or 12426160. OLE color: 12426160.

HSL color Cylindrical-coordinate representation of color #B09BBD: hue angle of 277.06º 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 #B09BBD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 155 189 -
CMYK 0.07 0.18 0 0.26
HSL 277.06º 0.2% 0.67% -
HSV(B) 277.06º 0.18% 0.74% -
XYZ 38.81 36.35 53.11 -
YUV 165.16 141.46 135.74 -
System Red Green Blue C M Y K H S L
Decimal 176 155 189 0.07 0.18 0 0.26 277.06 0.2 0.67
Hex B0 9B BD 7 12 0 1A 115 14 43
Octal 260 233 275 7 22 0 32 425 24 103
Binary 10110000 10011011 10111101 111 10010 0 11010 100010101 10100 1000011

Color Harmonies of #B09BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BBD

Black with #B09BBD

Text Example


Text Example

White with #B09BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BBD; }

 p { color: rgb(176,155,189); }

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

background-color css

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

 a { background-color: rgb(176,155,189); }

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

border-color css

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

 span { border-color: rgb(176,155,189); }

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