Html Css Color HEX #B0BADB Perano

📋 copy color: '#B0BADB'

red 176 ◦ green 186 ◦ blue 219

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

Shades of Perano #B0BADB

Tints of Perano #B0BADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.69%

R = 30.29%
G = 32.01%
B = 37.69%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0BADB (or 0xB0BADB) is known color: Perano. HEX triplet: B0, BA and DB. RGB value is (176,186,219). Sum of RGB (Red+Green+Blue) = 176+186+219=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 219 (85.94% from 255 or 37.69% from 581); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0BADB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BADB is #4F4524. Grayscale: #BABABA. Windows color (decimal): -5195045 or 14400176. OLE color: 14400176.

HSL color Cylindrical-coordinate representation of color #B0BADB: hue angle of 226.05º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0BADB is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 186 219 -
CMYK 0.20 0.15 0 0.14
HSL 226.05º 0.37% 0.77% -
HSV(B) 226.05º 0.2% 0.86% -
XYZ 48.25 49.46 74.02 -
YUV 186.77 146.19 120.32 -
System Red Green Blue C M Y K H S L
Decimal 176 186 219 0.20 0.15 0 0.14 226.05 0.37 0.77
Hex B0 BA DB 14 F 0 E E2 25 4D
Octal 260 272 333 24 17 0 16 342 45 115
Binary 10110000 10111010 11011011 10100 1111 0 1110 11100010 100101 1001101

Color Harmonies of #B0BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BADB

Black with #B0BADB

Text Example


Text Example

White with #B0BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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