Html Css Color HEX #B6C0CC Spindle

📋 copy color: '#B6C0CC'

red 182 ◦ green 192 ◦ blue 204

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

Shades of Spindle #B6C0CC

Tints of Spindle #B6C0CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.29%

R = 31.49%
G = 33.22%
B = 35.29%

CMYK

 C value IS 0.11

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B6C0CC (or 0xB6C0CC) is known color: Spindle. HEX triplet: B6, C0 and CC. RGB value is (182,192,204). Sum of RGB (Red+Green+Blue) = 182+192+204=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 192 (75.39% from 255 or 33.22% from 578); Blue value is 204 (80.08% from 255 or 35.29% from 578); Max value from RGB is 204 - color contains mainly: blue. Hex color #B6C0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0CC is #493F33. Grayscale: #BEBEBE. Windows color (decimal): -4800308 or 13418678. OLE color: 13418678.

HSL color Cylindrical-coordinate representation of color #B6C0CC: hue angle of 212.73º degrees, saturation: 0.18, 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 #B6C0CC is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 182 192 204 -
CMYK 0.11 0.06 0 0.2
HSL 212.73º 0.18% 0.76% -
HSV(B) 212.73º 0.11% 0.8% -
XYZ 49.04 52 64.58 -
YUV 190.38 135.69 122.02 -
System Red Green Blue C M Y K H S L
Decimal 182 192 204 0.11 0.06 0 0.2 212.73 0.18 0.76
Hex B6 C0 CC B 6 0 14 D5 12 4C
Octal 266 300 314 13 6 0 24 325 22 114
Binary 10110110 11000000 11001100 1011 110 0 10100 11010101 10010 1001100

Color Harmonies of #B6C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0CC

Black with #B6C0CC

Text Example


Text Example

White with #B6C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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