Html Css Color HEX #B29CE0 Biloba Flower

📋 copy color: '#B29CE0'

red 178 ◦ green 156 ◦ blue 224

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

Shades of Biloba Flower #B29CE0

Tints of Biloba Flower #B29CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.14%

R = 31.9%
G = 27.96%
B = 40.14%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B29CE0 (or 0xB29CE0) is known color: Biloba Flower. HEX triplet: B2, 9C and E0. RGB value is (178,156,224). Sum of RGB (Red+Green+Blue) = 178+156+224=558 (73% of max value = 765). Red value is 178 (69.92% from 255 or 31.90% from 558); Green value is 156 (61.33% from 255 or 27.96% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #B29CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CE0 is #4D631F. Grayscale: #AAAAAA. Windows color (decimal): -5071648 or 14720178. OLE color: 14720178.

HSL color Cylindrical-coordinate representation of color #B29CE0: hue angle of 259.41º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B29CE0 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 156 224 -
CMYK 0.21 0.30 0 0.12
HSL 259.41º 0.52% 0.75% -
HSV(B) 259.41º 0.3% 0.88% -
XYZ 43.7 38.62 75.67 -
YUV 170.33 158.29 133.47 -
System Red Green Blue C M Y K H S L
Decimal 178 156 224 0.21 0.30 0 0.12 259.41 0.52 0.75
Hex B2 9C E0 15 1E 0 C 103 34 4B
Octal 262 234 340 25 36 0 14 403 64 113
Binary 10110010 10011100 11100000 10101 11110 0 1100 100000011 110100 1001011

Color Harmonies of #B29CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CE0

Black with #B29CE0

Text Example


Text Example

White with #B29CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CE0; }

 p { color: rgb(178,156,224); }

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

background-color css

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

 a { background-color: rgb(178,156,224); }

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

border-color css

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

 span { border-color: rgb(178,156,224); }

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