Html Css Color HEX #B6BED6 Spindle

📋 copy color: '#B6BED6'

red 182 ◦ green 190 ◦ blue 214

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

Shades of Spindle #B6BED6

Tints of Spindle #B6BED6

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.42%

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 31.06%
G = 32.42%
B = 36.52%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B6BED6 (or 0xB6BED6) is known color: Spindle. HEX triplet: B6, BE and D6. RGB value is (182,190,214). Sum of RGB (Red+Green+Blue) = 182+190+214=586 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.06% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 214 - color contains mainly: blue. Hex color #B6BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BED6 is #494129. Grayscale: #BEBEBE. Windows color (decimal): -4800810 or 14073526. OLE color: 14073526.

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

Color convert

RGB 182 190 214 -
CMYK 0.15 0.11 0 0.16
HSL 225º 0.28% 0.78% -
HSV(B) 225º 0.15% 0.84% -
XYZ 49.84 51.63 70.96 -
YUV 190.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 182 190 214 0.15 0.11 0 0.16 225 0.28 0.78
Hex B6 BE D6 F B 0 10 E1 1C 4E
Octal 266 276 326 17 13 0 20 341 34 116
Binary 10110110 10111110 11010110 1111 1011 0 10000 11100001 11100 1001110

Color Harmonies of #B6BED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BED6

Black with #B6BED6

Text Example


Text Example

White with #B6BED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BED6; }

 p { color: rgb(182,190,214); }

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

background-color css

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

 a { background-color: rgb(182,190,214); }

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

border-color css

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

 span { border-color: rgb(182,190,214); }

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