Html Css Color HEX #B3AFFA Perano

📋 copy color: '#B3AFFA'

red 179 ◦ green 175 ◦ blue 250

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

Shades of Perano #B3AFFA

Tints of Perano #B3AFFA

RGB

 RED value IS 179 (70.31% from 255) = 29.64%

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

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

R = 29.64%
G = 28.97%
B = 41.39%

CMYK

 C value IS 0.28

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B3AFFA (or 0xB3AFFA) is known color: Perano. HEX triplet: B3, AF and FA. RGB value is (179,175,250). Sum of RGB (Red+Green+Blue) = 179+175+250=604 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.64% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #B3AFFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3AFFA is #4C5005. Grayscale: #B8B8B8. Windows color (decimal): -5001222 or 16428979. OLE color: 16428979.

HSL color Cylindrical-coordinate representation of color #B3AFFA: hue angle of 243.2º 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 #B3AFFA is Cyan = 0.28, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 179 175 250 -
CMYK 0.28 0.3 0 0.02
HSL 243.2º 0.88% 0.83% -
HSV(B) 243.2º 0.3% 0.98% -
XYZ 51.18 47.15 96.85 -
YUV 184.75 164.83 123.9 -
System Red Green Blue C M Y K H S L
Decimal 179 175 250 0.28 0.3 0 0.02 243.2 0.88 0.83
Hex B3 AF FA 1C 1E 0 2 F3 58 53
Octal 263 257 372 34 36 0 2 363 130 123
Binary 10110011 10101111 11111010 11100 11110 0 10 11110011 1011000 1010011

Color Harmonies of #B3AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AFFA

Black with #B3AFFA

Text Example


Text Example

White with #B3AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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