Html Css Color HEX #B8C6DC Spindle

📋 copy color: '#B8C6DC'

red 184 ◦ green 198 ◦ blue 220

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

Shades of Spindle #B8C6DC

Tints of Spindle #B8C6DC

RGB

 RED value IS 184 (72.27% from 255) = 30.56%

 GREEN value IS 198 (77.73% from 255) = 32.89%

 BLUE value IS 220 (86.33% from 255) = 36.54%

R = 30.56%
G = 32.89%
B = 36.54%

CMYK

 C value IS 0.16

 M value IS 0.1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B8C6DC (or 0xB8C6DC) is known color: Spindle. HEX triplet: B8, C6 and DC. RGB value is (184,198,220). Sum of RGB (Red+Green+Blue) = 184+198+220=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 198 (77.73% from 255 or 32.89% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #B8C6DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C6DC is #473923. Grayscale: #C4C4C4. Windows color (decimal): -4667684 or 14468792. OLE color: 14468792.

HSL color Cylindrical-coordinate representation of color #B8C6DC: hue angle of 216.67º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8C6DC is Cyan = 0.16, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 198 220 -
CMYK 0.16 0.1 0 0.14
HSL 216.67º 0.34% 0.79% -
HSV(B) 216.67º 0.16% 0.86% -
XYZ 52.88 55.75 75.68 -
YUV 196.32 141.36 119.21 -
System Red Green Blue C M Y K H S L
Decimal 184 198 220 0.16 0.1 0 0.14 216.67 0.34 0.79
Hex B8 C6 DC 10 A 0 E D9 22 4F
Octal 270 306 334 20 12 0 16 331 42 117
Binary 10111000 11000110 11011100 10000 1010 0 1110 11011001 100010 1001111

Color Harmonies of #B8C6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C6DC

Black with #B8C6DC

Text Example


Text Example

White with #B8C6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C6DC; }

 p { color: rgb(184,198,220); }

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

background-color css

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

 a { background-color: rgb(184,198,220); }

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

border-color css

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

 span { border-color: rgb(184,198,220); }

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