Html Css Color HEX #B3BCDB Perano

📋 copy color: '#B3BCDB'

red 179 ◦ green 188 ◦ blue 219

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

Shades of Perano #B3BCDB

Tints of Perano #B3BCDB

RGB

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

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

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

R = 30.55%
G = 32.08%
B = 37.37%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B3BCDB (or 0xB3BCDB) is known color: Perano. HEX triplet: B3, BC and DB. RGB value is (179,188,219). Sum of RGB (Red+Green+Blue) = 179+188+219=586 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.55% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #B3BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3BCDB is #4C4324. Grayscale: #BCBCBC. Windows color (decimal): -4997925 or 14400691. OLE color: 14400691.

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

Color convert

RGB 179 188 219 -
CMYK 0.18 0.14 0 0.14
HSL 226.5º 0.36% 0.78% -
HSV(B) 226.5º 0.18% 0.86% -
XYZ 49.36 50.66 74.2 -
YUV 188.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 179 188 219 0.18 0.14 0 0.14 226.5 0.36 0.78
Hex B3 BC DB 12 E 0 E E2 24 4E
Octal 263 274 333 22 16 0 16 342 44 116
Binary 10110011 10111100 11011011 10010 1110 0 1110 11100010 100100 1001110

Color Harmonies of #B3BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3BCDB

Black with #B3BCDB

Text Example


Text Example

White with #B3BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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