Html Css Color HEX #B1A2EA Biloba Flower

📋 copy color: '#B1A2EA'

red 177 ◦ green 162 ◦ blue 234

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

Shades of Biloba Flower #B1A2EA

Tints of Biloba Flower #B1A2EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.84%

R = 30.89%
G = 28.27%
B = 40.84%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1A2EA (or 0xB1A2EA) is known color: Biloba Flower. HEX triplet: B1, A2 and EA. RGB value is (177,162,234). Sum of RGB (Red+Green+Blue) = 177+162+234=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 162 (63.67% from 255 or 28.27% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1A2EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A2EA is #4E5D15. Grayscale: #AEAEAE. Windows color (decimal): -5135638 or 15377073. OLE color: 15377073.

HSL color Cylindrical-coordinate representation of color #B1A2EA: hue angle of 252.5º degrees, saturation: 0.63, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1A2EA is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 162 234 -
CMYK 0.24 0.31 0 0.08
HSL 252.5º 0.63% 0.78% -
HSV(B) 252.5º 0.31% 0.92% -
XYZ 45.9 41.13 83.36 -
YUV 174.69 161.47 129.65 -
System Red Green Blue C M Y K H S L
Decimal 177 162 234 0.24 0.31 0 0.08 252.5 0.63 0.78
Hex B1 A2 EA 18 1F 0 8 FD 3F 4E
Octal 261 242 352 30 37 0 10 375 77 116
Binary 10110001 10100010 11101010 11000 11111 0 1000 11111101 111111 1001110

Color Harmonies of #B1A2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A2EA

Black with #B1A2EA

Text Example


Text Example

White with #B1A2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A2EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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