Html Css Color HEX #B29CEE Biloba Flower

📋 copy color: '#B29CEE'

red 178 ◦ green 156 ◦ blue 238

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

Shades of Biloba Flower #B29CEE

Tints of Biloba Flower #B29CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 41.61%

R = 31.12%
G = 27.27%
B = 41.61%

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

#B29CEE (or 0xB29CEE) is known color: Biloba Flower. HEX triplet: B2, 9C and EE. RGB value is (178,156,238). Sum of RGB (Red+Green+Blue) = 178+156+238=572 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.12% from 572); Green value is 156 (61.33% from 255 or 27.27% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #B29CEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B29CEE is #4D6311. Grayscale: #ABABAB. Windows color (decimal): -5071634 or 15637682. OLE color: 15637682.

HSL color Cylindrical-coordinate representation of color #B29CEE: hue angle of 256.1º degrees, saturation: 0.71, 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 #B29CEE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 156 238 -
CMYK 0.25 0.34 0 0.07
HSL 256.1º 0.71% 0.77% -
HSV(B) 256.1º 0.34% 0.93% -
XYZ 45.68 39.41 86.09 -
YUV 171.93 165.29 132.33 -
System Red Green Blue C M Y K H S L
Decimal 178 156 238 0.25 0.34 0 0.07 256.1 0.71 0.77
Hex B2 9C EE 19 22 0 7 100 47 4D
Octal 262 234 356 31 42 0 7 400 107 115
Binary 10110010 10011100 11101110 11001 100010 0 111 100000000 1000111 1001101

Color Harmonies of #B29CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CEE

Black with #B29CEE

Text Example


Text Example

White with #B29CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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