Html Css Color HEX #B0BAD7 Perano

📋 copy color: '#B0BAD7'

red 176 ◦ green 186 ◦ blue 215

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

Shades of Perano #B0BAD7

Tints of Perano #B0BAD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.26%

R = 30.5%
G = 32.24%
B = 37.26%

CMYK

 C value IS 0.18

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B0BAD7 (or 0xB0BAD7) is known color: Perano. HEX triplet: B0, BA and D7. RGB value is (176,186,215). Sum of RGB (Red+Green+Blue) = 176+186+215=577 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.50% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 215 (84.38% from 255 or 37.26% from 577); Max value from RGB is 215 - color contains mainly: blue. Hex color #B0BAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BAD7 is #4F4528. Grayscale: #BABABA. Windows color (decimal): -5195049 or 14138032. OLE color: 14138032.

HSL color Cylindrical-coordinate representation of color #B0BAD7: hue angle of 224.62º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BAD7 is Cyan = 0.18, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 186 215 -
CMYK 0.18 0.13 0 0.16
HSL 224.62º 0.33% 0.77% -
HSV(B) 224.62º 0.18% 0.84% -
XYZ 47.73 49.25 71.28 -
YUV 186.32 144.19 120.64 -
System Red Green Blue C M Y K H S L
Decimal 176 186 215 0.18 0.13 0 0.16 224.62 0.33 0.77
Hex B0 BA D7 12 D 0 10 E1 21 4D
Octal 260 272 327 22 15 0 20 341 41 115
Binary 10110000 10111010 11010111 10010 1101 0 10000 11100001 100001 1001101

Color Harmonies of #B0BAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BAD7

Black with #B0BAD7

Text Example


Text Example

White with #B0BAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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