Html Css Color HEX #B29ECB Biloba Flower

📋 copy color: '#B29ECB'

red 178 ◦ green 158 ◦ blue 203

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

Shades of Biloba Flower #B29ECB

Tints of Biloba Flower #B29ECB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.31%

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

R = 33.02%
G = 29.31%
B = 37.66%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B29ECB (or 0xB29ECB) is known color: Biloba Flower. HEX triplet: B2, 9E and CB. RGB value is (178,158,203). Sum of RGB (Red+Green+Blue) = 178+158+203=539 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.02% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #B29ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29ECB is #4D6134. Grayscale: #A8A8A8. Windows color (decimal): -5071157 or 13344434. OLE color: 13344434.

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

Color convert

RGB 178 158 203 -
CMYK 0.12 0.22 0 0.20
HSL 266.67º 0.3% 0.71% -
HSV(B) 266.67º 0.22% 0.8% -
XYZ 41.37 38.23 61.7 -
YUV 169.11 147.13 134.34 -
System Red Green Blue C M Y K H S L
Decimal 178 158 203 0.12 0.22 0 0.20 266.67 0.3 0.71
Hex B2 9E CB C 16 0 14 10B 1E 47
Octal 262 236 313 14 26 0 24 413 36 107
Binary 10110010 10011110 11001011 1100 10110 0 10100 100001011 11110 1000111

Color Harmonies of #B29ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29ECB

Black with #B29ECB

Text Example


Text Example

White with #B29ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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