Html Css Color HEX #B5BADC Perano

📋 copy color: '#B5BADC'

red 181 ◦ green 186 ◦ blue 220

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

Shades of Perano #B5BADC

Tints of Perano #B5BADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.48%

R = 30.83%
G = 31.69%
B = 37.48%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B5BADC (or 0xB5BADC) is known color: Perano. HEX triplet: B5, BA and DC. RGB value is (181,186,220). Sum of RGB (Red+Green+Blue) = 181+186+220=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5BADC is #4A4523. Grayscale: #BCBCBC. Windows color (decimal): -4867364 or 14465717. OLE color: 14465717.

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

Color convert

RGB 181 186 220 -
CMYK 0.18 0.15 0 0.14
HSL 232.31º 0.36% 0.79% -
HSV(B) 232.31º 0.18% 0.86% -
XYZ 49.53 50.11 74.77 -
YUV 188.38 145.84 122.74 -
System Red Green Blue C M Y K H S L
Decimal 181 186 220 0.18 0.15 0 0.14 232.31 0.36 0.79
Hex B5 BA DC 12 F 0 E E8 24 4F
Octal 265 272 334 22 17 0 16 350 44 117
Binary 10110101 10111010 11011100 10010 1111 0 1110 11101000 100100 1001111

Color Harmonies of #B5BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BADC

Black with #B5BADC

Text Example


Text Example

White with #B5BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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