Html Css Color HEX #B09CBE East Side

📋 copy color: '#B09CBE'

red 176 ◦ green 156 ◦ blue 190

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

Shades of East Side #B09CBE

Tints of East Side #B09CBE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 29.89%

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

R = 33.72%
G = 29.89%
B = 36.4%

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

#B09CBE (or 0xB09CBE) is known color: East Side. HEX triplet: B0, 9C and BE. RGB value is (176,156,190). Sum of RGB (Red+Green+Blue) = 176+156+190=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 190 (74.61% from 255 or 36.40% from 522); Max value from RGB is 190 - color contains mainly: blue. Hex color #B09CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CBE is #4F6341. Grayscale: #A5A5A5. Windows color (decimal): -5202754 or 12491952. OLE color: 12491952.

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

Color convert

RGB 176 156 190 -
CMYK 0.07 0.18 0 0.25
HSL 275.29º 0.21% 0.68% -
HSV(B) 275.29º 0.18% 0.75% -
XYZ 39.09 36.72 53.74 -
YUV 165.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 176 156 190 0.07 0.18 0 0.25 275.29 0.21 0.68
Hex B0 9C BE 7 12 0 19 113 15 44
Octal 260 234 276 7 22 0 31 423 25 104
Binary 10110000 10011100 10111110 111 10010 0 11001 100010011 10101 1000100

Color Harmonies of #B09CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CBE

Black with #B09CBE

Text Example


Text Example

White with #B09CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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