Html Css Color HEX #B4A0CA Biloba Flower

📋 copy color: '#B4A0CA'

red 180 ◦ green 160 ◦ blue 202

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

Shades of Biloba Flower #B4A0CA

Tints of Biloba Flower #B4A0CA

RGB

 RED value IS 180 (70.7% from 255) = 33.21%

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

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

R = 33.21%
G = 29.52%
B = 37.27%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B4A0CA (or 0xB4A0CA) is known color: Biloba Flower. HEX triplet: B4, A0 and CA. RGB value is (180,160,202). Sum of RGB (Red+Green+Blue) = 180+160+202=542 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.21% from 542); Green value is 160 (62.89% from 255 or 29.52% from 542); Blue value is 202 (79.30% from 255 or 37.27% from 542); Max value from RGB is 202 - color contains mainly: blue. Hex color #B4A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A0CA is #4B5F35. Grayscale: #AAAAAA. Windows color (decimal): -4939574 or 13279412. OLE color: 13279412.

HSL color Cylindrical-coordinate representation of color #B4A0CA: hue angle of 268.57º 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 #B4A0CA is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 180 160 202 -
CMYK 0.11 0.21 0 0.21
HSL 268.57º 0.28% 0.71% -
HSV(B) 268.57º 0.21% 0.79% -
XYZ 42.05 39.11 61.21 -
YUV 170.77 145.63 134.58 -
System Red Green Blue C M Y K H S L
Decimal 180 160 202 0.11 0.21 0 0.21 268.57 0.28 0.71
Hex B4 A0 CA B 15 0 15 10D 1C 47
Octal 264 240 312 13 25 0 25 415 34 107
Binary 10110100 10100000 11001010 1011 10101 0 10101 100001101 11100 1000111

Color Harmonies of #B4A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A0CA

Black with #B4A0CA

Text Example


Text Example

White with #B4A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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