Html Css Color HEX #B1A5C9 Biloba Flower

📋 copy color: '#B1A5C9'

red 177 ◦ green 165 ◦ blue 201

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

Shades of Biloba Flower #B1A5C9

Tints of Biloba Flower #B1A5C9

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.39%

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

R = 32.6%
G = 30.39%
B = 37.02%

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

#B1A5C9 (or 0xB1A5C9) is known color: Biloba Flower. HEX triplet: B1, A5 and C9. RGB value is (177,165,201). Sum of RGB (Red+Green+Blue) = 177+165+201=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 201 (78.91% from 255 or 37.02% from 543); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1A5C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A5C9 is #4E5A36. Grayscale: #ACACAC. Windows color (decimal): -5134903 or 13215153. OLE color: 13215153.

HSL color Cylindrical-coordinate representation of color #B1A5C9: hue angle of 260º degrees, saturation: 0.25, 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 #B1A5C9 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 165 201 -
CMYK 0.12 0.18 0 0.21
HSL 260º 0.25% 0.72% -
HSV(B) 260º 0.18% 0.79% -
XYZ 42.13 40.47 60.85 -
YUV 172.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 177 165 201 0.12 0.18 0 0.21 260 0.25 0.72
Hex B1 A5 C9 C 12 0 15 104 19 48
Octal 261 245 311 14 22 0 25 404 31 110
Binary 10110001 10100101 11001001 1100 10010 0 10101 100000100 11001 1001000

Color Harmonies of #B1A5C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A5C9

Black with #B1A5C9

Text Example


Text Example

White with #B1A5C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A5C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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