Html Css Color HEX #B0B8DB Perano

📋 copy color: '#B0B8DB'

red 176 ◦ green 184 ◦ blue 219

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

Shades of Perano #B0B8DB

Tints of Perano #B0B8DB

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.78%

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

R = 30.4%
G = 31.78%
B = 37.82%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0B8DB (or 0xB0B8DB) is known color: Perano. HEX triplet: B0, B8 and DB. RGB value is (176,184,219). Sum of RGB (Red+Green+Blue) = 176+184+219=579 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.40% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0B8DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B8DB is #4F4724. Grayscale: #B9B9B9. Windows color (decimal): -5195557 or 14399664. OLE color: 14399664.

HSL color Cylindrical-coordinate representation of color #B0B8DB: hue angle of 228.84º 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 #B0B8DB is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 184 219 -
CMYK 0.20 0.16 0 0.14
HSL 228.84º 0.37% 0.77% -
HSV(B) 228.84º 0.2% 0.86% -
XYZ 47.83 48.63 73.88 -
YUV 185.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 176 184 219 0.20 0.16 0 0.14 228.84 0.37 0.77
Hex B0 B8 DB 14 10 0 E E5 25 4D
Octal 260 270 333 24 20 0 16 345 45 115
Binary 10110000 10111000 11011011 10100 10000 0 1110 11100101 100101 1001101

Color Harmonies of #B0B8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B8DB

Black with #B0B8DB

Text Example


Text Example

White with #B0B8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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