Html Css Color HEX #B0A3DF Biloba Flower

📋 copy color: '#B0A3DF'

red 176 ◦ green 163 ◦ blue 223

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

Shades of Biloba Flower #B0A3DF

Tints of Biloba Flower #B0A3DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.68%

R = 31.32%
G = 29%
B = 39.68%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0A3DF (or 0xB0A3DF) is known color: Biloba Flower. HEX triplet: B0, A3 and DF. RGB value is (176,163,223). Sum of RGB (Red+Green+Blue) = 176+163+223=562 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.32% from 562); Green value is 163 (64.06% from 255 or 29.00% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0A3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A3DF is #4F5C20. Grayscale: #ADADAD. Windows color (decimal): -5200929 or 14656432. OLE color: 14656432.

HSL color Cylindrical-coordinate representation of color #B0A3DF: hue angle of 253º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0A3DF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 163 223 -
CMYK 0.21 0.27 0 0.13
HSL 253º 0.48% 0.76% -
HSV(B) 253º 0.27% 0.87% -
XYZ 44.32 40.75 75.34 -
YUV 173.73 155.81 129.62 -
System Red Green Blue C M Y K H S L
Decimal 176 163 223 0.21 0.27 0 0.13 253 0.48 0.76
Hex B0 A3 DF 15 1B 0 D FD 30 4C
Octal 260 243 337 25 33 0 15 375 60 114
Binary 10110000 10100011 11011111 10101 11011 0 1101 11111101 110000 1001100

Color Harmonies of #B0A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A3DF

Black with #B0A3DF

Text Example


Text Example

White with #B0A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A3DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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