Html Css Color HEX #B1A6DD Biloba Flower

📋 copy color: '#B1A6DD'

red 177 ◦ green 166 ◦ blue 221

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

Shades of Biloba Flower #B1A6DD

Tints of Biloba Flower #B1A6DD

RGB

 RED value IS 177 (69.53% from 255) = 31.38%

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

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

R = 31.38%
G = 29.43%
B = 39.18%

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

#B1A6DD (or 0xB1A6DD) is known color: Biloba Flower. HEX triplet: B1, A6 and DD. RGB value is (177,166,221). Sum of RGB (Red+Green+Blue) = 177+166+221=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1A6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A6DD is #4E5922. Grayscale: #AFAFAF. Windows color (decimal): -5134627 or 14526129. OLE color: 14526129.

HSL color Cylindrical-coordinate representation of color #B1A6DD: hue angle of 252º 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 #B1A6DD is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 166 221 -
CMYK 0.20 0.25 0 0.13
HSL 252º 0.45% 0.76% -
HSV(B) 252º 0.25% 0.87% -
XYZ 44.82 41.84 74.12 -
YUV 175.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 177 166 221 0.20 0.25 0 0.13 252 0.45 0.76
Hex B1 A6 DD 14 19 0 D FC 2D 4C
Octal 261 246 335 24 31 0 15 374 55 114
Binary 10110001 10100110 11011101 10100 11001 0 1101 11111100 101101 1001100

Color Harmonies of #B1A6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A6DD

Black with #B1A6DD

Text Example


Text Example

White with #B1A6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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