Html Css Color HEX #B29ACB Biloba Flower

📋 copy color: '#B29ACB'

red 178 ◦ green 154 ◦ blue 203

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

Shades of Biloba Flower #B29ACB

Tints of Biloba Flower #B29ACB

RGB

 RED value IS 178 (69.92% from 255) = 33.27%

 GREEN value IS 154 (60.55% from 255) = 28.79%

 BLUE value IS 203 (79.69% from 255) = 37.94%

R = 33.27%
G = 28.79%
B = 37.94%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B29ACB (or 0xB29ACB) is known color: Biloba Flower. HEX triplet: B2, 9A and CB. RGB value is (178,154,203). Sum of RGB (Red+Green+Blue) = 178+154+203=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 203 - color contains mainly: blue. Hex color #B29ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ACB is #4D6534. Grayscale: #A6A6A6. Windows color (decimal): -5072181 or 13343410. OLE color: 13343410.

HSL color Cylindrical-coordinate representation of color #B29ACB: hue angle of 269.39º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B29ACB is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 154 203 -
CMYK 0.12 0.24 0 0.20
HSL 269.39º 0.32% 0.7% -
HSV(B) 269.39º 0.24% 0.8% -
XYZ 40.7 36.89 61.48 -
YUV 166.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 178 154 203 0.12 0.24 0 0.20 269.39 0.32 0.7
Hex B2 9A CB C 18 0 14 10D 20 46
Octal 262 232 313 14 30 0 24 415 40 106
Binary 10110010 10011010 11001011 1100 11000 0 10100 100001101 100000 1000110

Color Harmonies of #B29ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29ACB

Black with #B29ACB

Text Example


Text Example

White with #B29ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29ACB; }

 p { color: rgb(178,154,203); }

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

background-color css

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

 a { background-color: rgb(178,154,203); }

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

border-color css

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

 span { border-color: rgb(178,154,203); }

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