Html Css Color HEX #B0A6DD Biloba Flower

📋 copy color: '#B0A6DD'

red 176 ◦ green 166 ◦ blue 221

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

Shades of Biloba Flower #B0A6DD

Tints of Biloba Flower #B0A6DD

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.48%

 BLUE value IS 221 (86.72% from 255) = 39.25%

R = 31.26%
G = 29.48%
B = 39.25%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B0A6DD (or 0xB0A6DD) is known color: Biloba Flower. HEX triplet: B0, A6 and DD. RGB value is (176,166,221). Sum of RGB (Red+Green+Blue) = 176+166+221=563 (74% of max value = 765). Red value is 176 (69.14% from 255 or 31.26% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #B0A6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0A6DD is #4F5922. Grayscale: #AFAFAF. Windows color (decimal): -5200163 or 14526128. OLE color: 14526128.

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

Color convert

RGB 176 166 221 -
CMYK 0.20 0.25 0 0.13
HSL 250.91º 0.45% 0.76% -
HSV(B) 250.91º 0.25% 0.87% -
XYZ 44.59 41.72 74.11 -
YUV 175.26 153.81 128.53 -
System Red Green Blue C M Y K H S L
Decimal 176 166 221 0.20 0.25 0 0.13 250.91 0.45 0.76
Hex B0 A6 DD 14 19 0 D FB 2D 4C
Octal 260 246 335 24 31 0 15 373 55 114
Binary 10110000 10100110 11011101 10100 11001 0 1101 11111011 101101 1001100

Color Harmonies of #B0A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A6DD

Black with #B0A6DD

Text Example


Text Example

White with #B0A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A6DD; }

 p { color: rgb(176,166,221); }

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

background-color css

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

 a { background-color: rgb(176,166,221); }

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

border-color css

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

 span { border-color: rgb(176,166,221); }

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