Html Css Color HEX #B7A0CA Biloba Flower

📋 copy color: '#B7A0CA'

red 183 ◦ green 160 ◦ blue 202

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

Shades of Biloba Flower #B7A0CA

Tints of Biloba Flower #B7A0CA

RGB

 RED value IS 183 (71.88% from 255) = 33.58%

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

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

R = 33.58%
G = 29.36%
B = 37.06%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B7A0CA (or 0xB7A0CA) is known color: Biloba Flower. HEX triplet: B7, A0 and CA. RGB value is (183,160,202). Sum of RGB (Red+Green+Blue) = 183+160+202=545 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.58% from 545); Green value is 160 (62.89% from 255 or 29.36% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #B7A0CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0CA is #485F35. Grayscale: #ABABAB. Windows color (decimal): -4742966 or 13279415. OLE color: 13279415.

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

Color convert

RGB 183 160 202 -
CMYK 0.09 0.21 0 0.21
HSL 272.86º 0.28% 0.71% -
HSV(B) 272.86º 0.21% 0.79% -
XYZ 42.76 39.47 61.24 -
YUV 171.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 183 160 202 0.09 0.21 0 0.21 272.86 0.28 0.71
Hex B7 A0 CA 9 15 0 15 111 1C 47
Octal 267 240 312 11 25 0 25 421 34 107
Binary 10110111 10100000 11001010 1001 10101 0 10101 100010001 11100 1000111

Color Harmonies of #B7A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7A0CA

Black with #B7A0CA

Text Example


Text Example

White with #B7A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7A0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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