Html Css Color HEX #B4ADFE Perano

📋 copy color: '#B4ADFE'

red 180 ◦ green 173 ◦ blue 254

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

Shades of Perano #B4ADFE

Tints of Perano #B4ADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.5%

 BLUE value IS 254 (99.61% from 255) = 41.85%

R = 29.65%
G = 28.5%
B = 41.85%

CMYK

 C value IS 0.29

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B4ADFE (or 0xB4ADFE) is known color: Perano. HEX triplet: B4, AD and FE. RGB value is (180,173,254). Sum of RGB (Red+Green+Blue) = 180+173+254=607 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.65% from 607); Green value is 173 (67.97% from 255 or 28.50% from 607); Blue value is 254 (99.61% from 255 or 41.85% from 607); Max value from RGB is 254 - color contains mainly: blue. Hex color #B4ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4ADFE is #4B5201. Grayscale: #B8B8B8. Windows color (decimal): -4936194 or 16690612. OLE color: 16690612.

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

Color convert

RGB 180 173 254 -
CMYK 0.29 0.32 0 0.00
HSL 245.19º 0.98% 0.84% -
HSV(B) 245.19º 0.32% 1% -
XYZ 51.66 46.75 100.07 -
YUV 184.33 167.32 124.91 -
System Red Green Blue C M Y K H S L
Decimal 180 173 254 0.29 0.32 0 0.00 245.19 0.98 0.84
Hex B4 AD FE 1D 20 0 0 F5 62 54
Octal 264 255 376 35 40 0 0 365 142 124
Binary 10110100 10101101 11111110 11101 100000 0 0 11110101 1100010 1010100

Color Harmonies of #B4ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4ADFE

Black with #B4ADFE

Text Example


Text Example

White with #B4ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4ADFE; }

 p { color: rgb(180,173,254); }

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

background-color css

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

 a { background-color: rgb(180,173,254); }

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

border-color css

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

 span { border-color: rgb(180,173,254); }

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