Html Css Color HEX #B0AAF2 Perano

📋 copy color: '#B0AAF2'

red 176 ◦ green 170 ◦ blue 242

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

Shades of Perano #B0AAF2

Tints of Perano #B0AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.16%

R = 29.93%
G = 28.91%
B = 41.16%

CMYK

 C value IS 0.27

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0AAF2 (or 0xB0AAF2) is known color: Perano. HEX triplet: B0, AA and F2. RGB value is (176,170,242). Sum of RGB (Red+Green+Blue) = 176+170+242=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 170 (66.80% from 255 or 28.91% from 588); Blue value is 242 (94.92% from 255 or 41.16% from 588); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0AAF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAF2 is #4F550D. Grayscale: #B3B3B3. Windows color (decimal): -5199118 or 15903408. OLE color: 15903408.

HSL color Cylindrical-coordinate representation of color #B0AAF2: hue angle of 245º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0AAF2 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 170 242 -
CMYK 0.27 0.30 0 0.05
HSL 245º 0.73% 0.81% -
HSV(B) 245º 0.3% 0.95% -
XYZ 48.31 44.39 90.03 -
YUV 180 162.99 125.15 -
System Red Green Blue C M Y K H S L
Decimal 176 170 242 0.27 0.30 0 0.05 245 0.73 0.81
Hex B0 AA F2 1B 1E 0 5 F5 49 51
Octal 260 252 362 33 36 0 5 365 111 121
Binary 10110000 10101010 11110010 11011 11110 0 101 11110101 1001001 1010001

Color Harmonies of #B0AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAF2

Black with #B0AAF2

Text Example


Text Example

White with #B0AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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