Html Css Color HEX #B4A9FD Perano

📋 copy color: '#B4A9FD'

red 180 ◦ green 169 ◦ blue 253

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

Shades of Perano #B4A9FD

Tints of Perano #B4A9FD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.07%

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

R = 29.9%
G = 28.07%
B = 42.03%

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

#B4A9FD (or 0xB4A9FD) is known color: Perano. HEX triplet: B4, A9 and FD. RGB value is (180,169,253). Sum of RGB (Red+Green+Blue) = 180+169+253=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #B4A9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A9FD is #4B5602. Grayscale: #B5B5B5. Windows color (decimal): -4937219 or 16624052. OLE color: 16624052.

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

Color convert

RGB 180 169 253 -
CMYK 0.29 0.33 0 0.01
HSL 247.86º 0.95% 0.83% -
HSV(B) 247.86º 0.33% 0.99% -
XYZ 50.74 45.17 98.97 -
YUV 181.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 180 169 253 0.29 0.33 0 0.01 247.86 0.95 0.83
Hex B4 A9 FD 1D 21 0 1 F8 5F 53
Octal 264 251 375 35 41 0 1 370 137 123
Binary 10110100 10101001 11111101 11101 100001 0 1 11111000 1011111 1010011

Color Harmonies of #B4A9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A9FD

Black with #B4A9FD

Text Example


Text Example

White with #B4A9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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