Html Css Color HEX #B1A4C9 Biloba Flower

📋 copy color: '#B1A4C9'

red 177 ◦ green 164 ◦ blue 201

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

Shades of Biloba Flower #B1A4C9

Tints of Biloba Flower #B1A4C9

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.26%

 BLUE value IS 201 (78.91% from 255) = 37.08%

R = 32.66%
G = 30.26%
B = 37.08%

CMYK

 C value IS 0.12

 M value IS 0.18

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B1A4C9 (or 0xB1A4C9) is known color: Biloba Flower. HEX triplet: B1, A4 and C9. RGB value is (177,164,201). Sum of RGB (Red+Green+Blue) = 177+164+201=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 164 (64.45% from 255 or 30.26% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1A4C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A4C9 is #4E5B36. Grayscale: #ABABAB. Windows color (decimal): -5135159 or 13214897. OLE color: 13214897.

HSL color Cylindrical-coordinate representation of color #B1A4C9: hue angle of 261.08º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1A4C9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 164 201 -
CMYK 0.12 0.18 0 0.21
HSL 261.08º 0.26% 0.72% -
HSV(B) 261.08º 0.18% 0.79% -
XYZ 41.95 40.12 60.79 -
YUV 172.11 144.31 131.49 -
System Red Green Blue C M Y K H S L
Decimal 177 164 201 0.12 0.18 0 0.21 261.08 0.26 0.72
Hex B1 A4 C9 C 12 0 15 105 1A 48
Octal 261 244 311 14 22 0 25 405 32 110
Binary 10110001 10100100 11001001 1100 10010 0 10101 100000101 11010 1001000

Color Harmonies of #B1A4C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A4C9

Black with #B1A4C9

Text Example


Text Example

White with #B1A4C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A4C9; }

 p { color: rgb(177,164,201); }

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

background-color css

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

 a { background-color: rgb(177,164,201); }

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

border-color css

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

 span { border-color: rgb(177,164,201); }

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