Html Css Color HEX #B6BBD9 Perano

📋 copy color: '#B6BBD9'

red 182 ◦ green 187 ◦ blue 217

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

Shades of Perano #B6BBD9

Tints of Perano #B6BBD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.03%

R = 31.06%
G = 31.91%
B = 37.03%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B6BBD9 (or 0xB6BBD9) is known color: Perano. HEX triplet: B6, BB and D9. RGB value is (182,187,217). Sum of RGB (Red+Green+Blue) = 182+187+217=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 217 (85.16% from 255 or 37.03% from 586); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6BBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BBD9 is #494426. Grayscale: #BCBCBC. Windows color (decimal): -4801575 or 14269366. OLE color: 14269366.

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

Color convert

RGB 182 187 217 -
CMYK 0.16 0.14 0 0.15
HSL 231.43º 0.32% 0.78% -
HSV(B) 231.43º 0.16% 0.85% -
XYZ 49.59 50.5 72.78 -
YUV 188.93 143.84 123.06 -
System Red Green Blue C M Y K H S L
Decimal 182 187 217 0.16 0.14 0 0.15 231.43 0.32 0.78
Hex B6 BB D9 10 E 0 F E7 20 4E
Octal 266 273 331 20 16 0 17 347 40 116
Binary 10110110 10111011 11011001 10000 1110 0 1111 11100111 100000 1001110

Color Harmonies of #B6BBD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BBD9

Black with #B6BBD9

Text Example


Text Example

White with #B6BBD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BBD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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