Html Css Color HEX #B2AFFA Perano

📋 copy color: '#B2AFFA'

red 178 ◦ green 175 ◦ blue 250

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

Shades of Perano #B2AFFA

Tints of Perano #B2AFFA

RGB

 RED value IS 178 (69.92% from 255) = 29.52%

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

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

R = 29.52%
G = 29.02%
B = 41.46%

CMYK

 C value IS 0.29

 M value IS 0.3

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2AFFA (or 0xB2AFFA) is known color: Perano. HEX triplet: B2, AF and FA. RGB value is (178,175,250). Sum of RGB (Red+Green+Blue) = 178+175+250=603 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.52% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 250 (98.05% from 255 or 41.46% from 603); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2AFFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AFFA is #4D5005. Grayscale: #B8B8B8. Windows color (decimal): -5066758 or 16428978. OLE color: 16428978.

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

Color convert

RGB 178 175 250 -
CMYK 0.29 0.3 0 0.02
HSL 242.4º 0.88% 0.83% -
HSV(B) 242.4º 0.3% 0.98% -
XYZ 50.95 47.03 96.83 -
YUV 184.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 178 175 250 0.29 0.3 0 0.02 242.4 0.88 0.83
Hex B2 AF FA 1D 1E 0 2 F2 58 53
Octal 262 257 372 35 36 0 2 362 130 123
Binary 10110010 10101111 11111010 11101 11110 0 10 11110010 1011000 1010011

Color Harmonies of #B2AFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AFFA

Black with #B2AFFA

Text Example


Text Example

White with #B2AFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AFFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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