Html Css Color HEX #B0BAE0 Perano

📋 copy color: '#B0BAE0'

red 176 ◦ green 186 ◦ blue 224

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

Shades of Perano #B0BAE0

Tints of Perano #B0BAE0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.74%

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 30.03%
G = 31.74%
B = 38.23%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B0BAE0 (or 0xB0BAE0) is known color: Perano. HEX triplet: B0, BA and E0. RGB value is (176,186,224). Sum of RGB (Red+Green+Blue) = 176+186+224=586 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.03% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #B0BAE0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAE0 is #4F451F. Grayscale: #BBBBBB. Windows color (decimal): -5195040 or 14727856. OLE color: 14727856.

HSL color Cylindrical-coordinate representation of color #B0BAE0: hue angle of 227.5º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0BAE0 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 176 186 224 -
CMYK 0.21 0.17 0 0.12
HSL 227.5º 0.44% 0.78% -
HSV(B) 227.5º 0.21% 0.88% -
XYZ 48.92 49.73 77.54 -
YUV 187.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 176 186 224 0.21 0.17 0 0.12 227.5 0.44 0.78
Hex B0 BA E0 15 11 0 C E4 2C 4E
Octal 260 272 340 25 21 0 14 344 54 116
Binary 10110000 10111010 11100000 10101 10001 0 1100 11100100 101100 1001110

Color Harmonies of #B0BAE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BAE0

Black with #B0BAE0

Text Example


Text Example

White with #B0BAE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BAE0; }

 p { color: rgb(176,186,224); }

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

background-color css

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

 a { background-color: rgb(176,186,224); }

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

border-color css

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

 span { border-color: rgb(176,186,224); }

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