Html Css Color HEX #B5BBDB Perano

📋 copy color: '#B5BBDB'

red 181 ◦ green 187 ◦ blue 219

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

Shades of Perano #B5BBDB

Tints of Perano #B5BBDB

RGB

 RED value IS 181 (71.09% from 255) = 30.83%

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

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

R = 30.83%
G = 31.86%
B = 37.31%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5BBDB (or 0xB5BBDB) is known color: Perano. HEX triplet: B5, BB and DB. RGB value is (181,187,219). Sum of RGB (Red+Green+Blue) = 181+187+219=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BBDB is #4A4424. Grayscale: #BCBCBC. Windows color (decimal): -4867109 or 14400437. OLE color: 14400437.

HSL color Cylindrical-coordinate representation of color #B5BBDB: hue angle of 230.53º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5BBDB is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 187 219 -
CMYK 0.17 0.15 0 0.14
HSL 230.53º 0.35% 0.78% -
HSV(B) 230.53º 0.17% 0.86% -
XYZ 49.61 50.48 74.15 -
YUV 188.85 145.01 122.4 -
System Red Green Blue C M Y K H S L
Decimal 181 187 219 0.17 0.15 0 0.14 230.53 0.35 0.78
Hex B5 BB DB 11 F 0 E E7 23 4E
Octal 265 273 333 21 17 0 16 347 43 116
Binary 10110101 10111011 11011011 10001 1111 0 1110 11100111 100011 1001110

Color Harmonies of #B5BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BBDB

Black with #B5BBDB

Text Example


Text Example

White with #B5BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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