Html Css Color HEX #B1A5D8 Biloba Flower

📋 copy color: '#B1A5D8'

red 177 ◦ green 165 ◦ blue 216

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

Shades of Biloba Flower #B1A5D8

Tints of Biloba Flower #B1A5D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.71%

R = 31.72%
G = 29.57%
B = 38.71%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B1A5D8 (or 0xB1A5D8) is known color: Biloba Flower. HEX triplet: B1, A5 and D8. RGB value is (177,165,216). Sum of RGB (Red+Green+Blue) = 177+165+216=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 216 (84.77% from 255 or 38.71% from 558); Max value from RGB is 216 - color contains mainly: blue. Hex color #B1A5D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A5D8 is #4E5A27. Grayscale: #AEAEAE. Windows color (decimal): -5134888 or 14198193. OLE color: 14198193.

HSL color Cylindrical-coordinate representation of color #B1A5D8: hue angle of 254.12º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1A5D8 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 165 216 -
CMYK 0.18 0.24 0 0.15
HSL 254.12º 0.4% 0.75% -
HSV(B) 254.12º 0.24% 0.85% -
XYZ 43.98 41.22 70.6 -
YUV 174.4 151.48 129.85 -
System Red Green Blue C M Y K H S L
Decimal 177 165 216 0.18 0.24 0 0.15 254.12 0.4 0.75
Hex B1 A5 D8 12 18 0 F FE 28 4B
Octal 261 245 330 22 30 0 17 376 50 113
Binary 10110001 10100101 11011000 10010 11000 0 1111 11111110 101000 1001011

Color Harmonies of #B1A5D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A5D8

Black with #B1A5D8

Text Example


Text Example

White with #B1A5D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A5D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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