Html Css Color HEX #B0BCDB Perano

📋 copy color: '#B0BCDB'

red 176 ◦ green 188 ◦ blue 219

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

Shades of Perano #B0BCDB

Tints of Perano #B0BCDB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.25%

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

R = 30.19%
G = 32.25%
B = 37.56%

CMYK

 C value IS 0.20

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B0BCDB (or 0xB0BCDB) is known color: Perano. HEX triplet: B0, BC and DB. RGB value is (176,188,219). Sum of RGB (Red+Green+Blue) = 176+188+219=583 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.19% from 583); Green value is 188 (73.83% from 255 or 32.25% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0BCDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BCDB is #4F4324. Grayscale: #BBBBBB. Windows color (decimal): -5194533 or 14400688. OLE color: 14400688.

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

Color convert

RGB 176 188 219 -
CMYK 0.20 0.14 0 0.14
HSL 223.26º 0.37% 0.77% -
HSV(B) 223.26º 0.2% 0.86% -
XYZ 48.67 50.31 74.16 -
YUV 187.95 145.52 119.48 -
System Red Green Blue C M Y K H S L
Decimal 176 188 219 0.20 0.14 0 0.14 223.26 0.37 0.77
Hex B0 BC DB 14 E 0 E DF 25 4D
Octal 260 274 333 24 16 0 16 337 45 115
Binary 10110000 10111100 11011011 10100 1110 0 1110 11011111 100101 1001101

Color Harmonies of #B0BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BCDB

Black with #B0BCDB

Text Example


Text Example

White with #B0BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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