Html Css Color HEX #B4BCDC Perano

📋 copy color: '#B4BCDC'

red 180 ◦ green 188 ◦ blue 220

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

Shades of Perano #B4BCDC

Tints of Perano #B4BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.97%

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

R = 30.61%
G = 31.97%
B = 37.41%

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

#B4BCDC (or 0xB4BCDC) is known color: Perano. HEX triplet: B4, BC and DC. RGB value is (180,188,220). Sum of RGB (Red+Green+Blue) = 180+188+220=588 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.61% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 220 (86.33% from 255 or 37.41% from 588); Max value from RGB is 220 - color contains mainly: blue. Hex color #B4BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4BCDC is #4B4323. Grayscale: #BDBDBD. Windows color (decimal): -4932388 or 14466228. OLE color: 14466228.

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

Color convert

RGB 180 188 220 -
CMYK 0.18 0.15 0 0.14
HSL 228º 0.36% 0.78% -
HSV(B) 228º 0.18% 0.86% -
XYZ 49.72 50.84 74.9 -
YUV 189.26 145.35 121.4 -
System Red Green Blue C M Y K H S L
Decimal 180 188 220 0.18 0.15 0 0.14 228 0.36 0.78
Hex B4 BC DC 12 F 0 E E4 24 4E
Octal 264 274 334 22 17 0 16 344 44 116
Binary 10110100 10111100 11011100 10010 1111 0 1110 11100100 100100 1001110

Color Harmonies of #B4BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BCDC

Black with #B4BCDC

Text Example


Text Example

White with #B4BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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