Html Css Color HEX #B1AFFB Perano

📋 copy color: '#B1AFFB'

red 177 ◦ green 175 ◦ blue 251

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

Shades of Perano #B1AFFB

Tints of Perano #B1AFFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.63%

R = 29.35%
G = 29.02%
B = 41.63%

CMYK

 C value IS 0.29

 M value IS 0.30

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B1AFFB (or 0xB1AFFB) is known color: Perano. HEX triplet: B1, AF and FB. RGB value is (177,175,251). Sum of RGB (Red+Green+Blue) = 177+175+251=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 251 (98.44% from 255 or 41.63% from 603); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1AFFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AFFB is #4E5004. Grayscale: #B7B7B7. Windows color (decimal): -5132293 or 16494513. OLE color: 16494513.

HSL color Cylindrical-coordinate representation of color #B1AFFB: hue angle of 241.58º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1AFFB is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 175 251 -
CMYK 0.29 0.30 0 0.02
HSL 241.58º 0.9% 0.84% -
HSV(B) 241.58º 0.3% 0.98% -
XYZ 50.87 46.97 97.65 -
YUV 184.26 165.66 122.82 -
System Red Green Blue C M Y K H S L
Decimal 177 175 251 0.29 0.30 0 0.02 241.58 0.9 0.84
Hex B1 AF FB 1D 1E 0 2 F2 5A 54
Octal 261 257 373 35 36 0 2 362 132 124
Binary 10110001 10101111 11111011 11101 11110 0 10 11110010 1011010 1010100

Color Harmonies of #B1AFFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AFFB

Black with #B1AFFB

Text Example


Text Example

White with #B1AFFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AFFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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