Html Css Color HEX #B5BADB Perano

📋 copy color: '#B5BADB'

red 181 ◦ green 186 ◦ blue 219

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

Shades of Perano #B5BADB

Tints of Perano #B5BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.74%

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

R = 30.89%
G = 31.74%
B = 37.37%

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

#B5BADB (or 0xB5BADB) is known color: Perano. HEX triplet: B5, BA and DB. RGB value is (181,186,219). Sum of RGB (Red+Green+Blue) = 181+186+219=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BADB is #4A4524. Grayscale: #BCBCBC. Windows color (decimal): -4867365 or 14400181. OLE color: 14400181.

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

Color convert

RGB 181 186 219 -
CMYK 0.17 0.15 0 0.14
HSL 232.11º 0.35% 0.78% -
HSV(B) 232.11º 0.17% 0.86% -
XYZ 49.4 50.06 74.08 -
YUV 188.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 181 186 219 0.17 0.15 0 0.14 232.11 0.35 0.78
Hex B5 BA DB 11 F 0 E E8 23 4E
Octal 265 272 333 21 17 0 16 350 43 116
Binary 10110101 10111010 11011011 10001 1111 0 1110 11101000 100011 1001110

Color Harmonies of #B5BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BADB

Black with #B5BADB

Text Example


Text Example

White with #B5BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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