Html Css Color HEX #B1A2EB Biloba Flower

📋 copy color: '#B1A2EB'

red 177 ◦ green 162 ◦ blue 235

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

Shades of Biloba Flower #B1A2EB

Tints of Biloba Flower #B1A2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.94%

R = 30.84%
G = 28.22%
B = 40.94%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B1A2EB (or 0xB1A2EB) is known color: Biloba Flower. HEX triplet: B1, A2 and EB. RGB value is (177,162,235). Sum of RGB (Red+Green+Blue) = 177+162+235=574 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.84% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #B1A2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A2EB is #4E5D14. Grayscale: #AEAEAE. Windows color (decimal): -5135637 or 15442609. OLE color: 15442609.

HSL color Cylindrical-coordinate representation of color #B1A2EB: hue angle of 252.33º degrees, saturation: 0.65, 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 #B1A2EB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 162 235 -
CMYK 0.25 0.31 0 0.08
HSL 252.33º 0.65% 0.78% -
HSV(B) 252.33º 0.31% 0.92% -
XYZ 46.05 41.19 84.12 -
YUV 174.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 177 162 235 0.25 0.31 0 0.08 252.33 0.65 0.78
Hex B1 A2 EB 19 1F 0 8 FC 41 4E
Octal 261 242 353 31 37 0 10 374 101 116
Binary 10110001 10100010 11101011 11001 11111 0 1000 11111100 1000001 1001110

Color Harmonies of #B1A2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A2EB

Black with #B1A2EB

Text Example


Text Example

White with #B1A2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A2EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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