Html Css Color HEX #B4B8DC Perano

📋 copy color: '#B4B8DC'

red 180 ◦ green 184 ◦ blue 220

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

Shades of Perano #B4B8DC

Tints of Perano #B4B8DC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.51%

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

R = 30.82%
G = 31.51%
B = 37.67%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B4B8DC (or 0xB4B8DC) is known color: Perano. HEX triplet: B4, B8 and DC. RGB value is (180,184,220). Sum of RGB (Red+Green+Blue) = 180+184+220=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 184 (72.27% from 255 or 31.51% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4B8DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4B8DC is #4B4723. Grayscale: #BABABA. Windows color (decimal): -4933412 or 14465204. OLE color: 14465204.

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

Color convert

RGB 180 184 220 -
CMYK 0.18 0.16 0 0.14
HSL 234º 0.36% 0.78% -
HSV(B) 234º 0.18% 0.86% -
XYZ 48.88 49.15 74.62 -
YUV 186.91 146.67 123.07 -
System Red Green Blue C M Y K H S L
Decimal 180 184 220 0.18 0.16 0 0.14 234 0.36 0.78
Hex B4 B8 DC 12 10 0 E EA 24 4E
Octal 264 270 334 22 20 0 16 352 44 116
Binary 10110100 10111000 11011100 10010 10000 0 1110 11101010 100100 1001110

Color Harmonies of #B4B8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B8DC

Black with #B4B8DC

Text Example


Text Example

White with #B4B8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B8DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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