Html Css Color HEX #B2AEFA Perano

📋 copy color: '#B2AEFA'

red 178 ◦ green 174 ◦ blue 250

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

Shades of Perano #B2AEFA

Tints of Perano #B2AEFA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 28.9%

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

R = 29.57%
G = 28.9%
B = 41.53%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B2AEFA (or 0xB2AEFA) is known color: Perano. HEX triplet: B2, AE and FA. RGB value is (178,174,250). Sum of RGB (Red+Green+Blue) = 178+174+250=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #B2AEFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2AEFA is #4D5105. Grayscale: #B7B7B7. Windows color (decimal): -5067014 or 16428722. OLE color: 16428722.

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

Color convert

RGB 178 174 250 -
CMYK 0.29 0.30 0 0.02
HSL 243.16º 0.88% 0.83% -
HSV(B) 243.16º 0.3% 0.98% -
XYZ 50.75 46.64 96.77 -
YUV 183.86 165.33 123.82 -
System Red Green Blue C M Y K H S L
Decimal 178 174 250 0.29 0.30 0 0.02 243.16 0.88 0.83
Hex B2 AE FA 1D 1E 0 2 F3 58 53
Octal 262 256 372 35 36 0 2 363 130 123
Binary 10110010 10101110 11111010 11101 11110 0 10 11110011 1011000 1010011

Color Harmonies of #B2AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEFA

Black with #B2AEFA

Text Example


Text Example

White with #B2AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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