Html Css Color HEX #B09DBE East Side

📋 copy color: '#B09DBE'

red 176 ◦ green 157 ◦ blue 190

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

Shades of East Side #B09DBE

Tints of East Side #B09DBE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.02%

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

R = 33.65%
G = 30.02%
B = 36.33%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B09DBE (or 0xB09DBE) is known color: East Side. HEX triplet: B0, 9D and BE. RGB value is (176,157,190). Sum of RGB (Red+Green+Blue) = 176+157+190=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 190 - color contains mainly: blue. Hex color #B09DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09DBE is #4F6241. Grayscale: #A6A6A6. Windows color (decimal): -5202498 or 12492208. OLE color: 12492208.

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

Color convert

RGB 176 157 190 -
CMYK 0.07 0.17 0 0.25
HSL 274.55º 0.2% 0.68% -
HSV(B) 274.55º 0.17% 0.75% -
XYZ 39.26 37.06 53.8 -
YUV 166.44 141.29 134.82 -
System Red Green Blue C M Y K H S L
Decimal 176 157 190 0.07 0.17 0 0.25 274.55 0.2 0.68
Hex B0 9D BE 7 11 0 19 113 14 44
Octal 260 235 276 7 21 0 31 423 24 104
Binary 10110000 10011101 10111110 111 10001 0 11001 100010011 10100 1000100

Color Harmonies of #B09DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09DBE

Black with #B09DBE

Text Example


Text Example

White with #B09DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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