Html Css Color HEX #B6BCCE Spindle

📋 copy color: '#B6BCCE'

red 182 ◦ green 188 ◦ blue 206

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

Shades of Spindle #B6BCCE

Tints of Spindle #B6BCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 31.6%
G = 32.64%
B = 35.76%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B6BCCE (or 0xB6BCCE) is known color: Spindle. HEX triplet: B6, BC and CE. RGB value is (182,188,206). Sum of RGB (Red+Green+Blue) = 182+188+206=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 206 - color contains mainly: blue. Hex color #B6BCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCCE is #494331. Grayscale: #BCBCBC. Windows color (decimal): -4801330 or 13548726. OLE color: 13548726.

HSL color Cylindrical-coordinate representation of color #B6BCCE: hue angle of 225º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B6BCCE is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 188 206 -
CMYK 0.12 0.09 0 0.19
HSL 225º 0.2% 0.76% -
HSV(B) 225º 0.12% 0.81% -
XYZ 48.42 50.37 65.56 -
YUV 188.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 182 188 206 0.12 0.09 0 0.19 225 0.2 0.76
Hex B6 BC CE C 9 0 13 E1 14 4C
Octal 266 274 316 14 11 0 23 341 24 114
Binary 10110110 10111100 11001110 1100 1001 0 10011 11100001 10100 1001100

Color Harmonies of #B6BCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCCE

Black with #B6BCCE

Text Example


Text Example

White with #B6BCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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