Html Css Color HEX #B09FBA Chatelle

📋 copy color: '#B09FBA'

red 176 ◦ green 159 ◦ blue 186

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

Shades of Chatelle #B09FBA

Tints of Chatelle #B09FBA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.52%

 BLUE value IS 186 (73.05% from 255) = 35.7%

R = 33.78%
G = 30.52%
B = 35.7%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B09FBA (or 0xB09FBA) is known color: Chatelle. HEX triplet: B0, 9F and BA. RGB value is (176,159,186). Sum of RGB (Red+Green+Blue) = 176+159+186=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #B09FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B09FBA is #4F6045. Grayscale: #A7A7A7. Windows color (decimal): -5201990 or 12230576. OLE color: 12230576.

HSL color Cylindrical-coordinate representation of color #B09FBA: hue angle of 277.78º degrees, saturation: 0.16, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B09FBA is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 176 159 186 -
CMYK 0.05 0.15 0 0.27
HSL 277.78º 0.16% 0.68% -
HSV(B) 277.78º 0.15% 0.73% -
XYZ 39.17 37.57 51.64 -
YUV 167.16 138.63 134.3 -
System Red Green Blue C M Y K H S L
Decimal 176 159 186 0.05 0.15 0 0.27 277.78 0.16 0.68
Hex B0 9F BA 5 F 0 1B 116 10 44
Octal 260 237 272 5 17 0 33 426 20 104
Binary 10110000 10011111 10111010 101 1111 0 11011 100010110 10000 1000100

Color Harmonies of #B09FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09FBA

Black with #B09FBA

Text Example


Text Example

White with #B09FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09FBA; }

 p { color: rgb(176,159,186); }

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

background-color css

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

 a { background-color: rgb(176,159,186); }

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

border-color css

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

 span { border-color: rgb(176,159,186); }

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