Html Css Color HEX #B6C0CF Spindle

📋 copy color: '#B6C0CF'

red 182 ◦ green 192 ◦ blue 207

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

Shades of Spindle #B6C0CF

Tints of Spindle #B6C0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.63%

R = 31.33%
G = 33.05%
B = 35.63%

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

#B6C0CF (or 0xB6C0CF) is known color: Spindle. HEX triplet: B6, C0 and CF. RGB value is (182,192,207). Sum of RGB (Red+Green+Blue) = 182+192+207=581 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.33% from 581); Green value is 192 (75.39% from 255 or 33.05% from 581); Blue value is 207 (81.25% from 255 or 35.63% from 581); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6C0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0CF is #493F30. Grayscale: #BEBEBE. Windows color (decimal): -4800305 or 13615286. OLE color: 13615286.

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

Color convert

RGB 182 192 207 -
CMYK 0.12 0.07 0 0.19
HSL 216º 0.21% 0.76% -
HSV(B) 216º 0.12% 0.81% -
XYZ 49.4 52.15 66.49 -
YUV 190.72 137.19 121.78 -
System Red Green Blue C M Y K H S L
Decimal 182 192 207 0.12 0.07 0 0.19 216 0.21 0.76
Hex B6 C0 CF C 7 0 13 D8 15 4C
Octal 266 300 317 14 7 0 23 330 25 114
Binary 10110110 11000000 11001111 1100 111 0 10011 11011000 10101 1001100

Color Harmonies of #B6C0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0CF

Black with #B6C0CF

Text Example


Text Example

White with #B6C0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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