Html Css Color HEX #B1A2E3 Biloba Flower

📋 copy color: '#B1A2E3'

red 177 ◦ green 162 ◦ blue 227

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

Shades of Biloba Flower #B1A2E3

Tints of Biloba Flower #B1A2E3

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.62%

 BLUE value IS 227 (89.06% from 255) = 40.11%

R = 31.27%
G = 28.62%
B = 40.11%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B1A2E3 (or 0xB1A2E3) is known color: Biloba Flower. HEX triplet: B1, A2 and E3. RGB value is (177,162,227). Sum of RGB (Red+Green+Blue) = 177+162+227=566 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.27% from 566); Green value is 162 (63.67% from 255 or 28.62% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #B1A2E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1A2E3 is #4E5D1C. Grayscale: #ADADAD. Windows color (decimal): -5135645 or 14918321. OLE color: 14918321.

HSL color Cylindrical-coordinate representation of color #B1A2E3: hue angle of 253.85º degrees, saturation: 0.54, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1A2E3 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 162 227 -
CMYK 0.22 0.29 0 0.11
HSL 253.85º 0.54% 0.76% -
HSV(B) 253.85º 0.29% 0.89% -
XYZ 44.92 40.73 78.17 -
YUV 173.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 177 162 227 0.22 0.29 0 0.11 253.85 0.54 0.76
Hex B1 A2 E3 16 1D 0 B FE 36 4C
Octal 261 242 343 26 35 0 13 376 66 114
Binary 10110001 10100010 11100011 10110 11101 0 1011 11111110 110110 1001100

Color Harmonies of #B1A2E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A2E3

Black with #B1A2E3

Text Example


Text Example

White with #B1A2E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A2E3; }

 p { color: rgb(177,162,227); }

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

background-color css

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

 a { background-color: rgb(177,162,227); }

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

border-color css

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

 span { border-color: rgb(177,162,227); }

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