Html Css Color HEX #B1AEF9 Perano

📋 copy color: '#B1AEF9'

red 177 ◦ green 174 ◦ blue 249

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

Shades of Perano #B1AEF9

Tints of Perano #B1AEF9

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29%

 BLUE value IS 249 (97.66% from 255) = 41.5%

R = 29.5%
G = 29%
B = 41.5%

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

#B1AEF9 (or 0xB1AEF9) is known color: Perano. HEX triplet: B1, AE and F9. RGB value is (177,174,249). Sum of RGB (Red+Green+Blue) = 177+174+249=600 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.5% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 249 (97.66% from 255 or 41.5% from 600); Max value from RGB is 249 - color contains mainly: blue. Hex color #B1AEF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEF9 is #4E5106. Grayscale: #B7B7B7. Windows color (decimal): -5132551 or 16363185. OLE color: 16363185.

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

Color convert

RGB 177 174 249 -
CMYK 0.29 0.30 0 0.02
HSL 242.4º 0.86% 0.83% -
HSV(B) 242.4º 0.3% 0.98% -
XYZ 50.37 46.46 95.94 -
YUV 183.45 164.99 123.4 -
System Red Green Blue C M Y K H S L
Decimal 177 174 249 0.29 0.30 0 0.02 242.4 0.86 0.83
Hex B1 AE F9 1D 1E 0 2 F2 56 53
Octal 261 256 371 35 36 0 2 362 126 123
Binary 10110001 10101110 11111001 11101 11110 0 10 11110010 1010110 1010011

Color Harmonies of #B1AEF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEF9

Black with #B1AEF9

Text Example


Text Example

White with #B1AEF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEF9; }

 p { color: rgb(177,174,249); }

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

background-color css

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

 a { background-color: rgb(177,174,249); }

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

border-color css

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

 span { border-color: rgb(177,174,249); }

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