Html Css Color HEX #B0AFFA Perano

📋 copy color: '#B0AFFA'

red 176 ◦ green 175 ◦ blue 250

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

Shades of Perano #B0AFFA

Tints of Perano #B0AFFA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.12%

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 29.28%
G = 29.12%
B = 41.6%

CMYK

 C value IS 0.30

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B0AFFA (or 0xB0AFFA) is known color: Perano. HEX triplet: B0, AF and FA. RGB value is (176,175,250). Sum of RGB (Red+Green+Blue) = 176+175+250=601 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.28% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #B0AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AFFA is #4F5005. Grayscale: #B7B7B7. Windows color (decimal): -5197830 or 16428976. OLE color: 16428976.

HSL color Cylindrical-coordinate representation of color #B0AFFA: hue angle of 240.8º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0AFFA is Cyan = 0.30, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 175 250 -
CMYK 0.30 0.3 0 0.02
HSL 240.8º 0.88% 0.83% -
HSV(B) 240.8º 0.3% 0.98% -
XYZ 50.49 46.79 96.81 -
YUV 183.85 165.33 122.4 -
System Red Green Blue C M Y K H S L
Decimal 176 175 250 0.30 0.3 0 0.02 240.8 0.88 0.83
Hex B0 AF FA 1E 1E 0 2 F1 58 53
Octal 260 257 372 36 36 0 2 361 130 123
Binary 10110000 10101111 11111010 11110 11110 0 10 11110001 1011000 1010011

Color Harmonies of #B0AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AFFA

Black with #B0AFFA

Text Example


Text Example

White with #B0AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AFFA; }

 p { color: rgb(176,175,250); }

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

background-color css

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

 a { background-color: rgb(176,175,250); }

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

border-color css

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

 span { border-color: rgb(176,175,250); }

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