Html Css Color HEX #B1AEF6 Perano

📋 copy color: '#B1AEF6'

red 177 ◦ green 174 ◦ blue 246

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

Shades of Perano #B1AEF6

Tints of Perano #B1AEF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.21%

R = 29.65%
G = 29.15%
B = 41.21%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B1AEF6 (or 0xB1AEF6) is known color: Perano. HEX triplet: B1, AE and F6. RGB value is (177,174,246). Sum of RGB (Red+Green+Blue) = 177+174+246=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 246 (96.48% from 255 or 41.21% from 597); Max value from RGB is 246 - color contains mainly: blue. Hex color #B1AEF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1AEF6 is #4E5109. Grayscale: #B6B6B6. Windows color (decimal): -5132554 or 16166577. OLE color: 16166577.

HSL color Cylindrical-coordinate representation of color #B1AEF6: hue angle of 242.5º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B1AEF6 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 174 246 -
CMYK 0.28 0.29 0 0.04
HSL 242.5º 0.8% 0.82% -
HSV(B) 242.5º 0.29% 0.96% -
XYZ 49.9 46.27 93.49 -
YUV 183.11 163.49 123.65 -
System Red Green Blue C M Y K H S L
Decimal 177 174 246 0.28 0.29 0 0.04 242.5 0.8 0.82
Hex B1 AE F6 1C 1D 0 4 F2 50 52
Octal 261 256 366 34 35 0 4 362 120 122
Binary 10110001 10101110 11110110 11100 11101 0 100 11110010 1010000 1010010

Color Harmonies of #B1AEF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEF6

Black with #B1AEF6

Text Example


Text Example

White with #B1AEF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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