Html Css Color HEX #B1AFF8 Perano

📋 copy color: '#B1AFF8'

red 177 ◦ green 175 ◦ blue 248

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

Shades of Perano #B1AFF8

Tints of Perano #B1AFF8

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.17%

 BLUE value IS 248 (97.27% from 255) = 41.33%

R = 29.5%
G = 29.17%
B = 41.33%

CMYK

 C value IS 0.29

 M value IS 0.29

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B1AFF8 (or 0xB1AFF8) is known color: Perano. HEX triplet: B1, AF and F8. RGB value is (177,175,248). Sum of RGB (Red+Green+Blue) = 177+175+248=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 248 (97.27% from 255 or 41.33% from 600); Max value from RGB is 248 - color contains mainly: blue. Hex color #B1AFF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFF8 is #4E5007. Grayscale: #B7B7B7. Windows color (decimal): -5132296 or 16297905. OLE color: 16297905.

HSL color Cylindrical-coordinate representation of color #B1AFF8: hue angle of 241.64º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1AFF8 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 175 248 -
CMYK 0.29 0.29 0 0.03
HSL 241.64º 0.84% 0.83% -
HSV(B) 241.64º 0.29% 0.97% -
XYZ 50.4 46.78 95.18 -
YUV 183.92 164.16 123.06 -
System Red Green Blue C M Y K H S L
Decimal 177 175 248 0.29 0.29 0 0.03 241.64 0.84 0.83
Hex B1 AF F8 1D 1D 0 3 F2 54 53
Octal 261 257 370 35 35 0 3 362 124 123
Binary 10110001 10101111 11111000 11101 11101 0 11 11110010 1010100 1010011

Color Harmonies of #B1AFF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFF8

Black with #B1AFF8

Text Example


Text Example

White with #B1AFF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFF8; }

 p { color: rgb(177,175,248); }

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

background-color css

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

 a { background-color: rgb(177,175,248); }

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

border-color css

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

 span { border-color: rgb(177,175,248); }

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