Html Css Color HEX #B09CBF East Side

📋 copy color: '#B09CBF'

red 176 ◦ green 156 ◦ blue 191

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

Shades of East Side #B09CBF

Tints of East Side #B09CBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 36.52%

R = 33.65%
G = 29.83%
B = 36.52%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B09CBF (or 0xB09CBF) is known color: East Side. HEX triplet: B0, 9C and BF. RGB value is (176,156,191). Sum of RGB (Red+Green+Blue) = 176+156+191=523 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.65% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 191 - color contains mainly: blue. Hex color #B09CBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09CBF is #4F6340. Grayscale: #A5A5A5. Windows color (decimal): -5202753 or 12557488. OLE color: 12557488.

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

Color convert

RGB 176 156 191 -
CMYK 0.08 0.18 0 0.25
HSL 274.29º 0.21% 0.68% -
HSV(B) 274.29º 0.18% 0.75% -
XYZ 39.2 36.77 54.32 -
YUV 165.97 142.13 135.15 -
System Red Green Blue C M Y K H S L
Decimal 176 156 191 0.08 0.18 0 0.25 274.29 0.21 0.68
Hex B0 9C BF 8 12 0 19 112 15 44
Octal 260 234 277 10 22 0 31 422 25 104
Binary 10110000 10011100 10111111 1000 10010 0 11001 100010010 10101 1000100

Color Harmonies of #B09CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09CBF

Black with #B09CBF

Text Example


Text Example

White with #B09CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09CBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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