Html Css Color HEX #B4AAFD Perano

📋 copy color: '#B4AAFD'

red 180 ◦ green 170 ◦ blue 253

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

Shades of Perano #B4AAFD

Tints of Perano #B4AAFD

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.19%

 BLUE value IS 253 (99.22% from 255) = 41.96%

R = 29.85%
G = 28.19%
B = 41.96%

CMYK

 C value IS 0.29

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B4AAFD (or 0xB4AAFD) is known color: Perano. HEX triplet: B4, AA and FD. RGB value is (180,170,253). Sum of RGB (Red+Green+Blue) = 180+170+253=603 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.85% from 603); Green value is 170 (66.80% from 255 or 28.19% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4AAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4AAFD is #4B5502. Grayscale: #B6B6B6. Windows color (decimal): -4936963 or 16624308. OLE color: 16624308.

HSL color Cylindrical-coordinate representation of color #B4AAFD: hue angle of 247.23º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B4AAFD is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 170 253 -
CMYK 0.29 0.33 0 0.01
HSL 247.23º 0.95% 0.83% -
HSV(B) 247.23º 0.33% 0.99% -
XYZ 50.93 45.54 99.04 -
YUV 182.45 167.81 126.25 -
System Red Green Blue C M Y K H S L
Decimal 180 170 253 0.29 0.33 0 0.01 247.23 0.95 0.83
Hex B4 AA FD 1D 21 0 1 F7 5F 53
Octal 264 252 375 35 41 0 1 367 137 123
Binary 10110100 10101010 11111101 11101 100001 0 1 11110111 1011111 1010011

Color Harmonies of #B4AAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AAFD

Black with #B4AAFD

Text Example


Text Example

White with #B4AAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AAFD; }

 p { color: rgb(180,170,253); }

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

background-color css

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

 a { background-color: rgb(180,170,253); }

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

border-color css

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

 span { border-color: rgb(180,170,253); }

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