Html Css Color HEX #B6C0CE Spindle

📋 copy color: '#B6C0CE'

red 182 ◦ green 192 ◦ blue 206

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

Shades of Spindle #B6C0CE

Tints of Spindle #B6C0CE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.1%

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

R = 31.38%
G = 33.1%
B = 35.52%

CMYK

 C value IS 0.12

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B6C0CE (or 0xB6C0CE) is known color: Spindle. HEX triplet: B6, C0 and CE. RGB value is (182,192,206). Sum of RGB (Red+Green+Blue) = 182+192+206=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 206 - color contains mainly: blue. Hex color #B6C0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0CE is #493F31. Grayscale: #BEBEBE. Windows color (decimal): -4800306 or 13549750. OLE color: 13549750.

HSL color Cylindrical-coordinate representation of color #B6C0CE: hue angle of 215º 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 #B6C0CE is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 182 192 206 -
CMYK 0.12 0.07 0 0.19
HSL 215º 0.2% 0.76% -
HSV(B) 215º 0.12% 0.81% -
XYZ 49.28 52.1 65.85 -
YUV 190.61 136.69 121.86 -
System Red Green Blue C M Y K H S L
Decimal 182 192 206 0.12 0.07 0 0.19 215 0.2 0.76
Hex B6 C0 CE C 7 0 13 D7 14 4C
Octal 266 300 316 14 7 0 23 327 24 114
Binary 10110110 11000000 11001110 1100 111 0 10011 11010111 10100 1001100

Color Harmonies of #B6C0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0CE

Black with #B6C0CE

Text Example


Text Example

White with #B6C0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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