Html Css Color HEX #B6BCDB Perano

📋 copy color: '#B6BCDB'

red 182 ◦ green 188 ◦ blue 219

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

Shades of Perano #B6BCDB

Tints of Perano #B6BCDB

RGB

 RED value IS 182 (71.48% from 255) = 30.9%

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

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

R = 30.9%
G = 31.92%
B = 37.18%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6BCDB (or 0xB6BCDB) is known color: Perano. HEX triplet: B6, BC and DB. RGB value is (182,188,219). Sum of RGB (Red+Green+Blue) = 182+188+219=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCDB is #494324. Grayscale: #BDBDBD. Windows color (decimal): -4801317 or 14400694. OLE color: 14400694.

HSL color Cylindrical-coordinate representation of color #B6BCDB: hue angle of 230.27º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B6BCDB is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 182 188 219 -
CMYK 0.17 0.14 0 0.14
HSL 230.27º 0.34% 0.79% -
HSV(B) 230.27º 0.17% 0.86% -
XYZ 50.06 51.03 74.23 -
YUV 189.74 144.51 122.48 -
System Red Green Blue C M Y K H S L
Decimal 182 188 219 0.17 0.14 0 0.14 230.27 0.34 0.79
Hex B6 BC DB 11 E 0 E E6 22 4F
Octal 266 274 333 21 16 0 16 346 42 117
Binary 10110110 10111100 11011011 10001 1110 0 1110 11100110 100010 1001111

Color Harmonies of #B6BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCDB

Black with #B6BCDB

Text Example


Text Example

White with #B6BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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