Html Css Color HEX #B0A5CF Biloba Flower

📋 copy color: '#B0A5CF'

red 176 ◦ green 165 ◦ blue 207

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

Shades of Biloba Flower #B0A5CF

Tints of Biloba Flower #B0A5CF

RGB

 RED value IS 176 (69.14% from 255) = 32.12%

 GREEN value IS 165 (64.84% from 255) = 30.11%

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

R = 32.12%
G = 30.11%
B = 37.77%

CMYK

 C value IS 0.15

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0A5CF (or 0xB0A5CF) is known color: Biloba Flower. HEX triplet: B0, A5 and CF. RGB value is (176,165,207). Sum of RGB (Red+Green+Blue) = 176+165+207=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 165 (64.84% from 255 or 30.11% from 548); Blue value is 207 (81.25% from 255 or 37.77% from 548); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0A5CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A5CF is #4F5A30. Grayscale: #ACACAC. Windows color (decimal): -5200433 or 13608368. OLE color: 13608368.

HSL color Cylindrical-coordinate representation of color #B0A5CF: hue angle of 255.71º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A5CF is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 176 165 207 -
CMYK 0.15 0.20 0 0.19
HSL 255.71º 0.3% 0.73% -
HSV(B) 255.71º 0.2% 0.81% -
XYZ 42.62 40.65 64.63 -
YUV 173.08 147.14 130.08 -
System Red Green Blue C M Y K H S L
Decimal 176 165 207 0.15 0.20 0 0.19 255.71 0.3 0.73
Hex B0 A5 CF F 14 0 13 100 1E 49
Octal 260 245 317 17 24 0 23 400 36 111
Binary 10110000 10100101 11001111 1111 10100 0 10011 100000000 11110 1001001

Color Harmonies of #B0A5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A5CF

Black with #B0A5CF

Text Example


Text Example

White with #B0A5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A5CF; }

 p { color: rgb(176,165,207); }

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

background-color css

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

 a { background-color: rgb(176,165,207); }

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

border-color css

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

 span { border-color: rgb(176,165,207); }

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