Html Css Color HEX #B29CC7 Biloba Flower

📋 copy color: '#B29CC7'

red 178 ◦ green 156 ◦ blue 199

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

Shades of Biloba Flower #B29CC7

Tints of Biloba Flower #B29CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 37.34%

R = 33.4%
G = 29.27%
B = 37.34%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B29CC7 (or 0xB29CC7) is known color: Biloba Flower. HEX triplet: B2, 9C and C7. RGB value is (178,156,199). Sum of RGB (Red+Green+Blue) = 178+156+199=533 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.40% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 199 (78.12% from 255 or 37.34% from 533); Max value from RGB is 199 - color contains mainly: blue. Hex color #B29CC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B29CC7 is #4D6338. Grayscale: #A7A7A7. Windows color (decimal): -5071673 or 13081778. OLE color: 13081778.

HSL color Cylindrical-coordinate representation of color #B29CC7: hue angle of 270.7º degrees, saturation: 0.28, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B29CC7 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 178 156 199 -
CMYK 0.11 0.22 0 0.22
HSL 270.7º 0.28% 0.7% -
HSV(B) 270.7º 0.22% 0.78% -
XYZ 40.56 37.37 59.11 -
YUV 167.48 145.79 135.5 -
System Red Green Blue C M Y K H S L
Decimal 178 156 199 0.11 0.22 0 0.22 270.7 0.28 0.7
Hex B2 9C C7 B 16 0 16 10F 1C 46
Octal 262 234 307 13 26 0 26 417 34 106
Binary 10110010 10011100 11000111 1011 10110 0 10110 100001111 11100 1000110

Color Harmonies of #B29CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B29CC7

Black with #B29CC7

Text Example


Text Example

White with #B29CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B29CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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