Html Css Color HEX #B4AEFF Perano

📋 copy color: '#B4AEFF'

red 180 ◦ green 174 ◦ blue 255

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

Shades of Perano #B4AEFF

Tints of Perano #B4AEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.87%

R = 29.56%
G = 28.57%
B = 41.87%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B4AEFF (or 0xB4AEFF) is known color: Perano. HEX triplet: B4, AE and FF. RGB value is (180,174,255). Sum of RGB (Red+Green+Blue) = 180+174+255=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 174 (68.36% from 255 or 28.57% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AEFF is #4B5100. Grayscale: #B8B8B8. Windows color (decimal): -4935937 or 16756404. OLE color: 16756404.

HSL color Cylindrical-coordinate representation of color #B4AEFF: hue angle of 244.44º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B4AEFF is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 174 255 -
CMYK 0.29 0.32 0 0
HSL 244.44º 1% 0.84% -
HSV(B) 244.44º 0.32% 1% -
XYZ 52.01 47.2 100.98 -
YUV 185.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 180 174 255 0.29 0.32 0 0 244.44 1 0.84
Hex B4 AE FF 1D 20 0 0 F4 64 54
Octal 264 256 377 35 40 0 0 364 144 124
Binary 10110100 10101110 11111111 11101 100000 0 0 11110100 1100100 1010100

Color Harmonies of #B4AEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AEFF

Black with #B4AEFF

Text Example


Text Example

White with #B4AEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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