Html Css Color HEX #B0A2DF Biloba Flower

📋 copy color: '#B0A2DF'

red 176 ◦ green 162 ◦ blue 223

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

Shades of Biloba Flower #B0A2DF

Tints of Biloba Flower #B0A2DF

RGB

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

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

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

R = 31.37%
G = 28.88%
B = 39.75%

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

#B0A2DF (or 0xB0A2DF) is known color: Biloba Flower. HEX triplet: B0, A2 and DF. RGB value is (176,162,223). Sum of RGB (Red+Green+Blue) = 176+162+223=561 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.37% from 561); Green value is 162 (63.67% from 255 or 28.88% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #B0A2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A2DF is #4F5D20. Grayscale: #ACACAC. Windows color (decimal): -5201185 or 14656176. OLE color: 14656176.

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

Color convert

RGB 176 162 223 -
CMYK 0.21 0.27 0 0.13
HSL 253.77º 0.49% 0.75% -
HSV(B) 253.77º 0.27% 0.87% -
XYZ 44.14 40.4 75.28 -
YUV 173.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 176 162 223 0.21 0.27 0 0.13 253.77 0.49 0.75
Hex B0 A2 DF 15 1B 0 D FE 31 4B
Octal 260 242 337 25 33 0 15 376 61 113
Binary 10110000 10100010 11011111 10101 11011 0 1101 11111110 110001 1001011

Color Harmonies of #B0A2DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A2DF

Black with #B0A2DF

Text Example


Text Example

White with #B0A2DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A2DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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