Html Css Color HEX #B5A0CE Biloba Flower

📋 copy color: '#B5A0CE'

red 181 ◦ green 160 ◦ blue 206

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

Shades of Biloba Flower #B5A0CE

Tints of Biloba Flower #B5A0CE

RGB

 RED value IS 181 (71.09% from 255) = 33.09%

 GREEN value IS 160 (62.89% from 255) = 29.25%

 BLUE value IS 206 (80.86% from 255) = 37.66%

R = 33.09%
G = 29.25%
B = 37.66%

CMYK

 C value IS 0.12

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5A0CE (or 0xB5A0CE) is known color: Biloba Flower. HEX triplet: B5, A0 and CE. RGB value is (181,160,206). Sum of RGB (Red+Green+Blue) = 181+160+206=547 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.09% from 547); Green value is 160 (62.89% from 255 or 29.25% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5A0CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0CE is #4A5F31. Grayscale: #ABABAB. Windows color (decimal): -4874034 or 13541557. OLE color: 13541557.

HSL color Cylindrical-coordinate representation of color #B5A0CE: hue angle of 267.39º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5A0CE is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 160 206 -
CMYK 0.12 0.22 0 0.19
HSL 267.39º 0.32% 0.72% -
HSV(B) 267.39º 0.22% 0.81% -
XYZ 42.77 39.42 63.75 -
YUV 171.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 181 160 206 0.12 0.22 0 0.19 267.39 0.32 0.72
Hex B5 A0 CE C 16 0 13 10B 20 48
Octal 265 240 316 14 26 0 23 413 40 110
Binary 10110101 10100000 11001110 1100 10110 0 10011 100001011 100000 1001000

Color Harmonies of #B5A0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A0CE

Black with #B5A0CE

Text Example


Text Example

White with #B5A0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A0CE; }

 p { color: rgb(181,160,206); }

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

background-color css

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

 a { background-color: rgb(181,160,206); }

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

border-color css

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

 span { border-color: rgb(181,160,206); }

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