Html Css Color HEX #B5ADFE Perano

📋 copy color: '#B5ADFE'

red 181 ◦ green 173 ◦ blue 254

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

Shades of Perano #B5ADFE

Tints of Perano #B5ADFE

RGB

 RED value IS 181 (71.09% from 255) = 29.77%

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

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

R = 29.77%
G = 28.45%
B = 41.78%

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

#B5ADFE (or 0xB5ADFE) is known color: Perano. HEX triplet: B5, AD and FE. RGB value is (181,173,254). Sum of RGB (Red+Green+Blue) = 181+173+254=608 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.77% from 608); Green value is 173 (67.97% from 255 or 28.45% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #B5ADFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ADFE is #4A5201. Grayscale: #B8B8B8. Windows color (decimal): -4870658 or 16690613. OLE color: 16690613.

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

Color convert

RGB 181 173 254 -
CMYK 0.29 0.32 0 0.00
HSL 245.93º 0.98% 0.84% -
HSV(B) 245.93º 0.32% 1% -
XYZ 51.89 46.87 100.08 -
YUV 184.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 181 173 254 0.29 0.32 0 0.00 245.93 0.98 0.84
Hex B5 AD FE 1D 20 0 0 F6 62 54
Octal 265 255 376 35 40 0 0 366 142 124
Binary 10110101 10101101 11111110 11101 100000 0 0 11110110 1100010 1010100

Color Harmonies of #B5ADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5ADFE

Black with #B5ADFE

Text Example


Text Example

White with #B5ADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5ADFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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