Html Css Color HEX #B5A0CA Biloba Flower

📋 copy color: '#B5A0CA'

red 181 ◦ green 160 ◦ blue 202

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

Shades of Biloba Flower #B5A0CA

Tints of Biloba Flower #B5A0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.2%

R = 33.33%
G = 29.47%
B = 37.2%

CMYK

 C value IS 0.10

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B5A0CA (or 0xB5A0CA) is known color: Biloba Flower. HEX triplet: B5, A0 and CA. RGB value is (181,160,202). Sum of RGB (Red+Green+Blue) = 181+160+202=543 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.33% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #B5A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A0CA is #4A5F35. Grayscale: #AAAAAA. Windows color (decimal): -4874038 or 13279413. OLE color: 13279413.

HSL color Cylindrical-coordinate representation of color #B5A0CA: hue angle of 270º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B5A0CA is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 181 160 202 -
CMYK 0.10 0.21 0 0.21
HSL 270º 0.28% 0.71% -
HSV(B) 270º 0.21% 0.79% -
XYZ 42.29 39.23 61.22 -
YUV 171.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 181 160 202 0.10 0.21 0 0.21 270 0.28 0.71
Hex B5 A0 CA A 15 0 15 10E 1C 47
Octal 265 240 312 12 25 0 25 416 34 107
Binary 10110101 10100000 11001010 1010 10101 0 10101 100001110 11100 1000111

Color Harmonies of #B5A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A0CA

Black with #B5A0CA

Text Example


Text Example

White with #B5A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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