Html Css Color HEX #B4AEFA Perano

📋 copy color: '#B4AEFA'

red 180 ◦ green 174 ◦ blue 250

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

Shades of Perano #B4AEFA

Tints of Perano #B4AEFA

RGB

 RED value IS 180 (70.7% from 255) = 29.8%

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

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

R = 29.8%
G = 28.81%
B = 41.39%

CMYK

 C value IS 0.28

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B4AEFA (or 0xB4AEFA) is known color: Perano. HEX triplet: B4, AE and FA. RGB value is (180,174,250). Sum of RGB (Red+Green+Blue) = 180+174+250=604 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.80% from 604); Green value is 174 (68.36% from 255 or 28.81% 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 #B4AEFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEFA is #4B5105. Grayscale: #B8B8B8. Windows color (decimal): -4935942 or 16428724. OLE color: 16428724.

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

Color convert

RGB 180 174 250 -
CMYK 0.28 0.30 0 0.02
HSL 244.74º 0.88% 0.83% -
HSV(B) 244.74º 0.3% 0.98% -
XYZ 51.21 46.88 96.79 -
YUV 184.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 180 174 250 0.28 0.30 0 0.02 244.74 0.88 0.83
Hex B4 AE FA 1C 1E 0 2 F5 58 53
Octal 264 256 372 34 36 0 2 365 130 123
Binary 10110100 10101110 11111010 11100 11110 0 10 11110101 1011000 1010011

Color Harmonies of #B4AEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AEFA

Black with #B4AEFA

Text Example


Text Example

White with #B4AEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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