Html Css Color HEX #B09BBE East Side

📋 copy color: '#B09BBE'

red 176 ◦ green 155 ◦ blue 190

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

Shades of East Side #B09BBE

Tints of East Side #B09BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.47%

R = 33.78%
G = 29.75%
B = 36.47%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B09BBE (or 0xB09BBE) is known color: East Side. HEX triplet: B0, 9B and BE. RGB value is (176,155,190). Sum of RGB (Red+Green+Blue) = 176+155+190=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 190 (74.61% from 255 or 36.47% from 521); Max value from RGB is 190 - color contains mainly: blue. Hex color #B09BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09BBE is #4F6441. Grayscale: #A5A5A5. Windows color (decimal): -5203010 or 12491696. OLE color: 12491696.

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

Color convert

RGB 176 155 190 -
CMYK 0.07 0.18 0 0.25
HSL 276º 0.21% 0.68% -
HSV(B) 276º 0.18% 0.75% -
XYZ 38.92 36.39 53.69 -
YUV 165.27 141.96 135.65 -
System Red Green Blue C M Y K H S L
Decimal 176 155 190 0.07 0.18 0 0.25 276 0.21 0.68
Hex B0 9B BE 7 12 0 19 114 15 44
Octal 260 233 276 7 22 0 31 424 25 104
Binary 10110000 10011011 10111110 111 10010 0 11001 100010100 10101 1000100

Color Harmonies of #B09BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09BBE

Black with #B09BBE

Text Example


Text Example

White with #B09BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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