Html Css Color HEX #B6BBDB Perano

📋 copy color: '#B6BBDB'

red 182 ◦ green 187 ◦ blue 219

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

Shades of Perano #B6BBDB

Tints of Perano #B6BBDB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.8%

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

R = 30.95%
G = 31.8%
B = 37.24%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B6BBDB (or 0xB6BBDB) is known color: Perano. HEX triplet: B6, BB and DB. RGB value is (182,187,219). Sum of RGB (Red+Green+Blue) = 182+187+219=588 (77% of max value = 765). Red value is 182 (71.48% from 255 or 30.95% from 588); Green value is 187 (73.44% from 255 or 31.80% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBDB is #494424. Grayscale: #BDBDBD. Windows color (decimal): -4801573 or 14400438. OLE color: 14400438.

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

Color convert

RGB 182 187 219 -
CMYK 0.17 0.15 0 0.14
HSL 231.89º 0.34% 0.79% -
HSV(B) 231.89º 0.17% 0.86% -
XYZ 49.85 50.6 74.16 -
YUV 189.15 144.84 122.9 -
System Red Green Blue C M Y K H S L
Decimal 182 187 219 0.17 0.15 0 0.14 231.89 0.34 0.79
Hex B6 BB DB 11 F 0 E E8 22 4F
Octal 266 273 333 21 17 0 16 350 42 117
Binary 10110110 10111011 11011011 10001 1111 0 1110 11101000 100010 1001111

Color Harmonies of #B6BBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBDB

Black with #B6BBDB

Text Example


Text Example

White with #B6BBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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