Html Css Color HEX #B4BADC Perano

📋 copy color: '#B4BADC'

red 180 ◦ green 186 ◦ blue 220

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

Shades of Perano #B4BADC

Tints of Perano #B4BADC

RGB

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

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

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

R = 30.72%
G = 31.74%
B = 37.54%

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

#B4BADC (or 0xB4BADC) is known color: Perano. HEX triplet: B4, BA and DC. RGB value is (180,186,220). Sum of RGB (Red+Green+Blue) = 180+186+220=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 186 (73.05% from 255 or 31.74% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4BADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BADC is #4B4523. Grayscale: #BBBBBB. Windows color (decimal): -4932900 or 14465716. OLE color: 14465716.

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

Color convert

RGB 180 186 220 -
CMYK 0.18 0.15 0 0.14
HSL 231º 0.36% 0.78% -
HSV(B) 231º 0.18% 0.86% -
XYZ 49.3 49.99 74.76 -
YUV 188.08 146.01 122.24 -
System Red Green Blue C M Y K H S L
Decimal 180 186 220 0.18 0.15 0 0.14 231 0.36 0.78
Hex B4 BA DC 12 F 0 E E7 24 4E
Octal 264 272 334 22 17 0 16 347 44 116
Binary 10110100 10111010 11011100 10010 1111 0 1110 11100111 100100 1001110

Color Harmonies of #B4BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BADC

Black with #B4BADC

Text Example


Text Example

White with #B4BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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