Html Css Color HEX #B4BADB Perano

📋 copy color: '#B4BADB'

red 180 ◦ green 186 ◦ blue 219

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

Shades of Perano #B4BADB

Tints of Perano #B4BADB

RGB

 RED value IS 180 (70.7% from 255) = 30.77%

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

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

R = 30.77%
G = 31.79%
B = 37.44%

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

#B4BADB (or 0xB4BADB) is known color: Perano. HEX triplet: B4, BA and DB. RGB value is (180,186,219). Sum of RGB (Red+Green+Blue) = 180+186+219=585 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.77% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 219 (85.94% from 255 or 37.44% from 585); Max value from RGB is 219 - color contains mainly: blue. Hex color #B4BADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BADB is #4B4524. Grayscale: #BBBBBB. Windows color (decimal): -4932901 or 14400180. OLE color: 14400180.

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

Color convert

RGB 180 186 219 -
CMYK 0.18 0.15 0 0.14
HSL 230.77º 0.35% 0.78% -
HSV(B) 230.77º 0.18% 0.86% -
XYZ 49.17 49.94 74.06 -
YUV 187.97 145.51 122.32 -
System Red Green Blue C M Y K H S L
Decimal 180 186 219 0.18 0.15 0 0.14 230.77 0.35 0.78
Hex B4 BA DB 12 F 0 E E7 23 4E
Octal 264 272 333 22 17 0 16 347 43 116
Binary 10110100 10111010 11011011 10010 1111 0 1110 11100111 100011 1001110

Color Harmonies of #B4BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BADB

Black with #B4BADB

Text Example


Text Example

White with #B4BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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