Html Css Color HEX #B5A7D0 Biloba Flower

📋 copy color: '#B5A7D0'

red 181 ◦ green 167 ◦ blue 208

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

Shades of Biloba Flower #B5A7D0

Tints of Biloba Flower #B5A7D0

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.04%

 BLUE value IS 208 (81.64% from 255) = 37.41%

R = 32.55%
G = 30.04%
B = 37.41%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B5A7D0 (or 0xB5A7D0) is known color: Biloba Flower. HEX triplet: B5, A7 and D0. RGB value is (181,167,208). Sum of RGB (Red+Green+Blue) = 181+167+208=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 167 (65.62% from 255 or 30.04% from 556); Blue value is 208 (81.64% from 255 or 37.41% from 556); Max value from RGB is 208 - color contains mainly: blue. Hex color #B5A7D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7D0 is #4A582F. Grayscale: #AFAFAF. Windows color (decimal): -4872240 or 13674421. OLE color: 13674421.

HSL color Cylindrical-coordinate representation of color #B5A7D0: hue angle of 260.49º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5A7D0 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 167 208 -
CMYK 0.13 0.20 0 0.18
HSL 260.49º 0.3% 0.74% -
HSV(B) 260.49º 0.2% 0.82% -
XYZ 44.26 42.02 65.45 -
YUV 175.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 181 167 208 0.13 0.20 0 0.18 260.49 0.3 0.74
Hex B5 A7 D0 D 14 0 12 104 1E 4A
Octal 265 247 320 15 24 0 22 404 36 112
Binary 10110101 10100111 11010000 1101 10100 0 10010 100000100 11110 1001010

Color Harmonies of #B5A7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A7D0

Black with #B5A7D0

Text Example


Text Example

White with #B5A7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A7D0; }

 p { color: rgb(181,167,208); }

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

background-color css

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

 a { background-color: rgb(181,167,208); }

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

border-color css

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

 span { border-color: rgb(181,167,208); }

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