Html Css Color HEX #B3BCDC Perano

📋 copy color: '#B3BCDC'

red 179 ◦ green 188 ◦ blue 220

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

Shades of Perano #B3BCDC

Tints of Perano #B3BCDC

RGB

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

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

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

R = 30.49%
G = 32.03%
B = 37.48%

CMYK

 C value IS 0.19

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3BCDC (or 0xB3BCDC) is known color: Perano. HEX triplet: B3, BC and DC. RGB value is (179,188,220). Sum of RGB (Red+Green+Blue) = 179+188+220=587 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.49% from 587); Green value is 188 (73.83% from 255 or 32.03% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #B3BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCDC is #4C4323. Grayscale: #BCBCBC. Windows color (decimal): -4997924 or 14466227. OLE color: 14466227.

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

Color convert

RGB 179 188 220 -
CMYK 0.19 0.15 0 0.14
HSL 226.83º 0.37% 0.78% -
HSV(B) 226.83º 0.19% 0.86% -
XYZ 49.49 50.72 74.89 -
YUV 188.96 145.52 120.9 -
System Red Green Blue C M Y K H S L
Decimal 179 188 220 0.19 0.15 0 0.14 226.83 0.37 0.78
Hex B3 BC DC 13 F 0 E E3 25 4E
Octal 263 274 334 23 17 0 16 343 45 116
Binary 10110011 10111100 11011100 10011 1111 0 1110 11100011 100101 1001110

Color Harmonies of #B3BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BCDC

Black with #B3BCDC

Text Example


Text Example

White with #B3BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BCDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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