Html Css Color HEX #B6C6CF Spindle

📋 copy color: '#B6C6CF'

red 182 ◦ green 198 ◦ blue 207

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

Shades of Spindle #B6C6CF

Tints of Spindle #B6C6CF

RGB

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

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

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

R = 31.01%
G = 33.73%
B = 35.26%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B6C6CF (or 0xB6C6CF) is known color: Spindle. HEX triplet: B6, C6 and CF. RGB value is (182,198,207). Sum of RGB (Red+Green+Blue) = 182+198+207=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 207 - color contains mainly: blue. Hex color #B6C6CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C6CF is #493930. Grayscale: #C2C2C2. Windows color (decimal): -4798769 or 13616822. OLE color: 13616822.

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

Color convert

RGB 182 198 207 -
CMYK 0.12 0.04 0 0.19
HSL 201.6º 0.21% 0.76% -
HSV(B) 201.6º 0.12% 0.81% -
XYZ 50.75 54.84 66.94 -
YUV 194.24 135.2 119.27 -
System Red Green Blue C M Y K H S L
Decimal 182 198 207 0.12 0.04 0 0.19 201.6 0.21 0.76
Hex B6 C6 CF C 4 0 13 CA 15 4C
Octal 266 306 317 14 4 0 23 312 25 114
Binary 10110110 11000110 11001111 1100 100 0 10011 11001010 10101 1001100

Color Harmonies of #B6C6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C6CF

Black with #B6C6CF

Text Example


Text Example

White with #B6C6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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