Html Css Color HEX #B0AAEF Perano

📋 copy color: '#B0AAEF'

red 176 ◦ green 170 ◦ blue 239

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

Shades of Perano #B0AAEF

Tints of Perano #B0AAEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 30.09%
G = 29.06%
B = 40.85%

CMYK

 C value IS 0.26

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B0AAEF (or 0xB0AAEF) is known color: Perano. HEX triplet: B0, AA and EF. RGB value is (176,170,239). Sum of RGB (Red+Green+Blue) = 176+170+239=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #B0AAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AAEF is #4F5510. Grayscale: #B3B3B3. Windows color (decimal): -5199121 or 15706800. OLE color: 15706800.

HSL color Cylindrical-coordinate representation of color #B0AAEF: hue angle of 245.22º degrees, saturation: 0.68, 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 #B0AAEF is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 170 239 -
CMYK 0.26 0.29 0 0.06
HSL 245.22º 0.68% 0.8% -
HSV(B) 245.22º 0.29% 0.94% -
XYZ 47.86 44.21 87.67 -
YUV 179.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 176 170 239 0.26 0.29 0 0.06 245.22 0.68 0.8
Hex B0 AA EF 1A 1D 0 6 F5 44 50
Octal 260 252 357 32 35 0 6 365 104 120
Binary 10110000 10101010 11101111 11010 11101 0 110 11110101 1000100 1010000

Color Harmonies of #B0AAEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AAEF

Black with #B0AAEF

Text Example


Text Example

White with #B0AAEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AAEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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