Html Css Color HEX #B0AEF1 Perano

📋 copy color: '#B0AEF1'

red 176 ◦ green 174 ◦ blue 241

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

Shades of Perano #B0AEF1

Tints of Perano #B0AEF1

RGB

 RED value IS 176 (69.14% from 255) = 29.78%

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

 BLUE value IS 241 (94.53% from 255) = 40.78%

R = 29.78%
G = 29.44%
B = 40.78%

CMYK

 C value IS 0.27

 M value IS 0.28

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0AEF1 (or 0xB0AEF1) is known color: Perano. HEX triplet: B0, AE and F1. RGB value is (176,174,241). Sum of RGB (Red+Green+Blue) = 176+174+241=591 (78% of max value = 765). Red value is 176 (69.14% from 255 or 29.78% from 591); Green value is 174 (68.36% from 255 or 29.44% from 591); Blue value is 241 (94.53% from 255 or 40.78% from 591); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0AEF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B0AEF1 is #4F510E. Grayscale: #B5B5B5. Windows color (decimal): -5198095 or 15838896. OLE color: 15838896.

HSL color Cylindrical-coordinate representation of color #B0AEF1: hue angle of 241.79º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0AEF1 is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 174 241 -
CMYK 0.27 0.28 0 0.05
HSL 241.79º 0.71% 0.81% -
HSV(B) 241.79º 0.28% 0.95% -
XYZ 48.92 45.85 89.49 -
YUV 182.24 161.16 123.55 -
System Red Green Blue C M Y K H S L
Decimal 176 174 241 0.27 0.28 0 0.05 241.79 0.71 0.81
Hex B0 AE F1 1B 1C 0 5 F2 47 51
Octal 260 256 361 33 34 0 5 362 107 121
Binary 10110000 10101110 11110001 11011 11100 0 101 11110010 1000111 1010001

Color Harmonies of #B0AEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AEF1

Black with #B0AEF1

Text Example


Text Example

White with #B0AEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AEF1; }

 p { color: rgb(176,174,241); }

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

background-color css

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

 a { background-color: rgb(176,174,241); }

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

border-color css

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

 span { border-color: rgb(176,174,241); }

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