Html Css Color HEX #B1ADFD Perano

📋 copy color: '#B1ADFD'

red 177 ◦ green 173 ◦ blue 253

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

Shades of Perano #B1ADFD

Tints of Perano #B1ADFD

RGB

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

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

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

R = 29.35%
G = 28.69%
B = 41.96%

CMYK

 C value IS 0.30

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B1ADFD (or 0xB1ADFD) is known color: Perano. HEX triplet: B1, AD and FD. RGB value is (177,173,253). Sum of RGB (Red+Green+Blue) = 177+173+253=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 173 (67.97% from 255 or 28.69% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1ADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1ADFD is #4E5202. Grayscale: #B7B7B7. Windows color (decimal): -5132803 or 16625073. OLE color: 16625073.

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

Color convert

RGB 177 173 253 -
CMYK 0.30 0.32 0 0.01
HSL 243º 0.95% 0.84% -
HSV(B) 243º 0.32% 0.99% -
XYZ 50.8 46.33 99.19 -
YUV 183.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 177 173 253 0.30 0.32 0 0.01 243 0.95 0.84
Hex B1 AD FD 1E 20 0 1 F3 5F 54
Octal 261 255 375 36 40 0 1 363 137 124
Binary 10110001 10101101 11111101 11110 100000 0 1 11110011 1011111 1010100

Color Harmonies of #B1ADFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1ADFD

Black with #B1ADFD

Text Example


Text Example

White with #B1ADFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1ADFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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