Html Css Color HEX #B0A3CF Biloba Flower

📋 copy color: '#B0A3CF'

red 176 ◦ green 163 ◦ blue 207

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

Shades of Biloba Flower #B0A3CF

Tints of Biloba Flower #B0A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.85%

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

R = 32.23%
G = 29.85%
B = 37.91%

CMYK

 C value IS 0.15

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B0A3CF (or 0xB0A3CF) is known color: Biloba Flower. HEX triplet: B0, A3 and CF. RGB value is (176,163,207). Sum of RGB (Red+Green+Blue) = 176+163+207=546 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.23% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3CF is #4F5C30. Grayscale: #ABABAB. Windows color (decimal): -5200945 or 13607856. OLE color: 13607856.

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

Color convert

RGB 176 163 207 -
CMYK 0.15 0.21 0 0.19
HSL 257.73º 0.31% 0.73% -
HSV(B) 257.73º 0.21% 0.81% -
XYZ 42.26 39.93 64.51 -
YUV 171.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 176 163 207 0.15 0.21 0 0.19 257.73 0.31 0.73
Hex B0 A3 CF F 15 0 13 102 1F 49
Octal 260 243 317 17 25 0 23 402 37 111
Binary 10110000 10100011 11001111 1111 10101 0 10011 100000010 11111 1001001

Color Harmonies of #B0A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A3CF

Black with #B0A3CF

Text Example


Text Example

White with #B0A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A3CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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