Html Css Color HEX #B0A3CD Biloba Flower

📋 copy color: '#B0A3CD'

red 176 ◦ green 163 ◦ blue 205

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

Shades of Biloba Flower #B0A3CD

Tints of Biloba Flower #B0A3CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 37.68%

R = 32.35%
G = 29.96%
B = 37.68%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0A3CD (or 0xB0A3CD) is known color: Biloba Flower. HEX triplet: B0, A3 and CD. RGB value is (176,163,205). Sum of RGB (Red+Green+Blue) = 176+163+205=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0A3CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3CD is #4F5C32. Grayscale: #ABABAB. Windows color (decimal): -5200947 or 13476784. OLE color: 13476784.

HSL color Cylindrical-coordinate representation of color #B0A3CD: hue angle of 258.57º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0A3CD is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 176 163 205 -
CMYK 0.14 0.20 0 0.20
HSL 258.57º 0.3% 0.72% -
HSV(B) 258.57º 0.2% 0.8% -
XYZ 42.02 39.83 63.23 -
YUV 171.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 176 163 205 0.14 0.20 0 0.20 258.57 0.3 0.72
Hex B0 A3 CD E 14 0 14 103 1E 48
Octal 260 243 315 16 24 0 24 403 36 110
Binary 10110000 10100011 11001101 1110 10100 0 10100 100000011 11110 1001000

Color Harmonies of #B0A3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A3CD

Black with #B0A3CD

Text Example


Text Example

White with #B0A3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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