Html Css Color HEX #B0BBDB Perano

📋 copy color: '#B0BBDB'

red 176 ◦ green 187 ◦ blue 219

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

Shades of Perano #B0BBDB

Tints of Perano #B0BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.13%

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

R = 30.24%
G = 32.13%
B = 37.63%

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

#B0BBDB (or 0xB0BBDB) is known color: Perano. HEX triplet: B0, BB and DB. RGB value is (176,187,219). Sum of RGB (Red+Green+Blue) = 176+187+219=582 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.24% from 582); Green value is 187 (73.44% from 255 or 32.13% from 582); Blue value is 219 (85.94% from 255 or 37.63% from 582); Max value from RGB is 219 - color contains mainly: blue. Hex color #B0BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0BBDB is #4F4424. Grayscale: #BBBBBB. Windows color (decimal): -5194789 or 14400432. OLE color: 14400432.

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

Color convert

RGB 176 187 219 -
CMYK 0.20 0.15 0 0.14
HSL 224.65º 0.37% 0.77% -
HSV(B) 224.65º 0.2% 0.86% -
XYZ 48.46 49.89 74.09 -
YUV 187.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 176 187 219 0.20 0.15 0 0.14 224.65 0.37 0.77
Hex B0 BB DB 14 F 0 E E1 25 4D
Octal 260 273 333 24 17 0 16 341 45 115
Binary 10110000 10111011 11011011 10100 1111 0 1110 11100001 100101 1001101

Color Harmonies of #B0BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BBDB

Black with #B0BBDB

Text Example


Text Example

White with #B0BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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