Html Css Color HEX #B6BCCD Spindle

📋 copy color: '#B6BCCD'

red 182 ◦ green 188 ◦ blue 205

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

Shades of Spindle #B6BCCD

Tints of Spindle #B6BCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.65%

R = 31.65%
G = 32.7%
B = 35.65%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6BCCD (or 0xB6BCCD) is known color: Spindle. HEX triplet: B6, BC and CD. RGB value is (182,188,205). Sum of RGB (Red+Green+Blue) = 182+188+205=575 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.65% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 205 (80.47% from 255 or 35.65% from 575); Max value from RGB is 205 - color contains mainly: blue. Hex color #B6BCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6BCCD is #494332. Grayscale: #BCBCBC. Windows color (decimal): -4801331 or 13483190. OLE color: 13483190.

HSL color Cylindrical-coordinate representation of color #B6BCCD: hue angle of 224.35º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6BCCD is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 188 205 -
CMYK 0.11 0.08 0 0.20
HSL 224.35º 0.19% 0.76% -
HSV(B) 224.35º 0.11% 0.8% -
XYZ 48.29 50.32 64.92 -
YUV 188.14 137.51 123.62 -
System Red Green Blue C M Y K H S L
Decimal 182 188 205 0.11 0.08 0 0.20 224.35 0.19 0.76
Hex B6 BC CD B 8 0 14 E0 13 4C
Octal 266 274 315 13 10 0 24 340 23 114
Binary 10110110 10111100 11001101 1011 1000 0 10100 11100000 10011 1001100

Color Harmonies of #B6BCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BCCD

Black with #B6BCCD

Text Example


Text Example

White with #B6BCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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