Html Css Color HEX #B0B5DB Perano

📋 copy color: '#B0B5DB'

red 176 ◦ green 181 ◦ blue 219

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

Shades of Perano #B0B5DB

Tints of Perano #B0B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.42%

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

R = 30.56%
G = 31.42%
B = 38.02%

CMYK

 C value IS 0.20

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0B5DB (or 0xB0B5DB) is known color: Perano. HEX triplet: B0, B5 and DB. RGB value is (176,181,219). Sum of RGB (Red+Green+Blue) = 176+181+219=576 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.56% from 576); Green value is 181 (71.09% from 255 or 31.42% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0B5DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0B5DB is #4F4A24. Grayscale: #B7B7B7. Windows color (decimal): -5196325 or 14398896. OLE color: 14398896.

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

Color convert

RGB 176 181 219 -
CMYK 0.20 0.17 0 0.14
HSL 233.02º 0.37% 0.77% -
HSV(B) 233.02º 0.2% 0.86% -
XYZ 47.21 47.39 73.68 -
YUV 183.84 147.84 122.41 -
System Red Green Blue C M Y K H S L
Decimal 176 181 219 0.20 0.17 0 0.14 233.02 0.37 0.77
Hex B0 B5 DB 14 11 0 E E9 25 4D
Octal 260 265 333 24 21 0 16 351 45 115
Binary 10110000 10110101 11011011 10100 10001 0 1110 11101001 100101 1001101

Color Harmonies of #B0B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B5DB

Black with #B0B5DB

Text Example


Text Example

White with #B0B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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