Html Css Color HEX #B3BADB Perano

📋 copy color: '#B3BADB'

red 179 ◦ green 186 ◦ blue 219

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

Shades of Perano #B3BADB

Tints of Perano #B3BADB

RGB

 RED value IS 179 (70.31% from 255) = 30.65%

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

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

R = 30.65%
G = 31.85%
B = 37.5%

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

#B3BADB (or 0xB3BADB) is known color: Perano. HEX triplet: B3, BA and DB. RGB value is (179,186,219). Sum of RGB (Red+Green+Blue) = 179+186+219=584 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.65% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BADB is #4C4524. Grayscale: #BBBBBB. Windows color (decimal): -4998437 or 14400179. OLE color: 14400179.

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

Color convert

RGB 179 186 219 -
CMYK 0.18 0.15 0 0.14
HSL 229.5º 0.36% 0.78% -
HSV(B) 229.5º 0.18% 0.86% -
XYZ 48.94 49.82 74.05 -
YUV 187.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 179 186 219 0.18 0.15 0 0.14 229.5 0.36 0.78
Hex B3 BA DB 12 F 0 E E6 24 4E
Octal 263 272 333 22 17 0 16 346 44 116
Binary 10110011 10111010 11011011 10010 1111 0 1110 11100110 100100 1001110

Color Harmonies of #B3BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BADB

Black with #B3BADB

Text Example


Text Example

White with #B3BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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