Html Css Color HEX #B29BEC Biloba Flower

📋 copy color: '#B29BEC'

red 178 ◦ green 155 ◦ blue 236

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

Shades of Biloba Flower #B29BEC

Tints of Biloba Flower #B29BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.24%

 BLUE value IS 236 (92.58% from 255) = 41.48%

R = 31.28%
G = 27.24%
B = 41.48%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B29BEC (or 0xB29BEC) is known color: Biloba Flower. HEX triplet: B2, 9B and EC. RGB value is (178,155,236). Sum of RGB (Red+Green+Blue) = 178+155+236=569 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.28% from 569); Green value is 155 (60.94% from 255 or 27.24% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #B29BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29BEC is #4D6413. Grayscale: #AAAAAA. Windows color (decimal): -5071892 or 15506354. OLE color: 15506354.

HSL color Cylindrical-coordinate representation of color #B29BEC: hue angle of 257.04º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B29BEC is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 155 236 -
CMYK 0.25 0.34 0 0.07
HSL 257.04º 0.68% 0.77% -
HSV(B) 257.04º 0.34% 0.93% -
XYZ 45.22 38.96 84.49 -
YUV 171.11 164.62 132.91 -
System Red Green Blue C M Y K H S L
Decimal 178 155 236 0.25 0.34 0 0.07 257.04 0.68 0.77
Hex B2 9B EC 19 22 0 7 101 44 4D
Octal 262 233 354 31 42 0 7 401 104 115
Binary 10110010 10011011 11101100 11001 100010 0 111 100000001 1000100 1001101

Color Harmonies of #B29BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29BEC

Black with #B29BEC

Text Example


Text Example

White with #B29BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29BEC; }

 p { color: rgb(178,155,236); }

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

background-color css

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

 a { background-color: rgb(178,155,236); }

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

border-color css

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

 span { border-color: rgb(178,155,236); }

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