Html Css Color HEX #B1ADFC Perano

📋 copy color: '#B1ADFC'

red 177 ◦ green 173 ◦ blue 252

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

Shades of Perano #B1ADFC

Tints of Perano #B1ADFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 29.4%
G = 28.74%
B = 41.86%

CMYK

 C value IS 0.30

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1ADFC (or 0xB1ADFC) is known color: Perano. HEX triplet: B1, AD and FC. RGB value is (177,173,252). Sum of RGB (Red+Green+Blue) = 177+173+252=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 173 (67.97% from 255 or 28.74% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #B1ADFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADFC is #4E5203. Grayscale: #B6B6B6. Windows color (decimal): -5132804 or 16559537. OLE color: 16559537.

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

Color convert

RGB 177 173 252 -
CMYK 0.30 0.31 0 0.01
HSL 243.04º 0.93% 0.83% -
HSV(B) 243.04º 0.31% 0.99% -
XYZ 50.65 46.26 98.36 -
YUV 183.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 177 173 252 0.30 0.31 0 0.01 243.04 0.93 0.83
Hex B1 AD FC 1E 1F 0 1 F3 5D 53
Octal 261 255 374 36 37 0 1 363 135 123
Binary 10110001 10101101 11111100 11110 11111 0 1 11110011 1011101 1010011

Color Harmonies of #B1ADFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADFC

Black with #B1ADFC

Text Example


Text Example

White with #B1ADFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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