Html Css Color HEX #B5A2CF Biloba Flower

📋 copy color: '#B5A2CF'

red 181 ◦ green 162 ◦ blue 207

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

Shades of Biloba Flower #B5A2CF

Tints of Biloba Flower #B5A2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.45%

 BLUE value IS 207 (81.25% from 255) = 37.64%

R = 32.91%
G = 29.45%
B = 37.64%

CMYK

 C value IS 0.13

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B5A2CF (or 0xB5A2CF) is known color: Biloba Flower. HEX triplet: B5, A2 and CF. RGB value is (181,162,207). Sum of RGB (Red+Green+Blue) = 181+162+207=550 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.91% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #B5A2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A2CF is #4A5D30. Grayscale: #ACACAC. Windows color (decimal): -4873521 or 13607605. OLE color: 13607605.

HSL color Cylindrical-coordinate representation of color #B5A2CF: hue angle of 265.33º 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 #B5A2CF is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 162 207 -
CMYK 0.13 0.22 0 0.19
HSL 265.33º 0.32% 0.72% -
HSV(B) 265.33º 0.22% 0.81% -
XYZ 43.24 40.17 64.51 -
YUV 172.81 147.29 133.84 -
System Red Green Blue C M Y K H S L
Decimal 181 162 207 0.13 0.22 0 0.19 265.33 0.32 0.72
Hex B5 A2 CF D 16 0 13 109 20 48
Octal 265 242 317 15 26 0 23 411 40 110
Binary 10110101 10100010 11001111 1101 10110 0 10011 100001001 100000 1001000

Color Harmonies of #B5A2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A2CF

Black with #B5A2CF

Text Example


Text Example

White with #B5A2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A2CF; }

 p { color: rgb(181,162,207); }

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

background-color css

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

 a { background-color: rgb(181,162,207); }

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

border-color css

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

 span { border-color: rgb(181,162,207); }

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