Html Css Color HEX #B0AAF0 Perano

📋 copy color: '#B0AAF0'

red 176 ◦ green 170 ◦ blue 240

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

Shades of Perano #B0AAF0

Tints of Perano #B0AAF0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.01%

 BLUE value IS 240 (94.14% from 255) = 40.96%

R = 30.03%
G = 29.01%
B = 40.96%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0AAF0 (or 0xB0AAF0) is known color: Perano. HEX triplet: B0, AA and F0. RGB value is (176,170,240). Sum of RGB (Red+Green+Blue) = 176+170+240=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #B0AAF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAF0 is #4F550F. Grayscale: #B3B3B3. Windows color (decimal): -5199120 or 15772336. OLE color: 15772336.

HSL color Cylindrical-coordinate representation of color #B0AAF0: hue angle of 245.14º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B0AAF0 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 170 240 -
CMYK 0.27 0.29 0 0.06
HSL 245.14º 0.7% 0.8% -
HSV(B) 245.14º 0.29% 0.94% -
XYZ 48.01 44.27 88.45 -
YUV 179.77 161.99 125.31 -
System Red Green Blue C M Y K H S L
Decimal 176 170 240 0.27 0.29 0 0.06 245.14 0.7 0.8
Hex B0 AA F0 1B 1D 0 6 F5 46 50
Octal 260 252 360 33 35 0 6 365 106 120
Binary 10110000 10101010 11110000 11011 11101 0 110 11110101 1000110 1010000

Color Harmonies of #B0AAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAF0

Black with #B0AAF0

Text Example


Text Example

White with #B0AAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAF0; }

 p { color: rgb(176,170,240); }

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

background-color css

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

 a { background-color: rgb(176,170,240); }

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

border-color css

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

 span { border-color: rgb(176,170,240); }

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