Html Css Color HEX #B0ABFE Perano

📋 copy color: '#B0ABFE'

red 176 ◦ green 171 ◦ blue 254

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

Shades of Perano #B0ABFE

Tints of Perano #B0ABFE

RGB

 RED value IS 176 (69.14% from 255) = 29.28%

 GREEN value IS 171 (67.19% from 255) = 28.45%

 BLUE value IS 254 (99.61% from 255) = 42.26%

R = 29.28%
G = 28.45%
B = 42.26%

CMYK

 C value IS 0.31

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0ABFE (or 0xB0ABFE) is known color: Perano. HEX triplet: B0, AB and FE. RGB value is (176,171,254). Sum of RGB (Red+Green+Blue) = 176+171+254=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0ABFE is #4F5401. Grayscale: #B5B5B5. Windows color (decimal): -5198850 or 16690096. OLE color: 16690096.

HSL color Cylindrical-coordinate representation of color #B0ABFE: hue angle of 243.61º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B0ABFE is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 171 254 -
CMYK 0.31 0.33 0 0.00
HSL 243.61º 0.98% 0.83% -
HSV(B) 243.61º 0.33% 1% -
XYZ 50.36 45.51 99.9 -
YUV 181.96 168.66 123.75 -
System Red Green Blue C M Y K H S L
Decimal 176 171 254 0.31 0.33 0 0.00 243.61 0.98 0.83
Hex B0 AB FE 1F 21 0 0 F4 62 53
Octal 260 253 376 37 41 0 0 364 142 123
Binary 10110000 10101011 11111110 11111 100001 0 0 11110100 1100010 1010011

Color Harmonies of #B0ABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABFE

Black with #B0ABFE

Text Example


Text Example

White with #B0ABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0ABFE; }

 p { color: rgb(176,171,254); }

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

background-color css

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

 a { background-color: rgb(176,171,254); }

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

border-color css

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

 span { border-color: rgb(176,171,254); }

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