Html Css Color HEX #B1ADF1 Perano

📋 copy color: '#B1ADF1'

red 177 ◦ green 173 ◦ blue 241

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

Shades of Perano #B1ADF1

Tints of Perano #B1ADF1

RGB

 RED value IS 177 (69.53% from 255) = 29.95%

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

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 29.95%
G = 29.27%
B = 40.78%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B1ADF1 (or 0xB1ADF1) is known color: Perano. HEX triplet: B1, AD and F1. RGB value is (177,173,241). Sum of RGB (Red+Green+Blue) = 177+173+241=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1ADF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADF1 is #4E520E. Grayscale: #B5B5B5. Windows color (decimal): -5132815 or 15838641. OLE color: 15838641.

HSL color Cylindrical-coordinate representation of color #B1ADF1: hue angle of 243.53º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1ADF1 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 173 241 -
CMYK 0.27 0.28 0 0.05
HSL 243.53º 0.71% 0.81% -
HSV(B) 243.53º 0.28% 0.95% -
XYZ 48.95 45.59 89.44 -
YUV 181.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 177 173 241 0.27 0.28 0 0.05 243.53 0.71 0.81
Hex B1 AD F1 1B 1C 0 5 F4 47 51
Octal 261 255 361 33 34 0 5 364 107 121
Binary 10110001 10101101 11110001 11011 11100 0 101 11110100 1000111 1010001

Color Harmonies of #B1ADF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADF1

Black with #B1ADF1

Text Example


Text Example

White with #B1ADF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADF1; }

 p { color: rgb(177,173,241); }

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

background-color css

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

 a { background-color: rgb(177,173,241); }

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

border-color css

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

 span { border-color: rgb(177,173,241); }

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