Html Css Color HEX #B6C0CA Spindle

📋 copy color: '#B6C0CA'

red 182 ◦ green 192 ◦ blue 202

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

Shades of Spindle #B6C0CA

Tints of Spindle #B6C0CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 35.07%

R = 31.6%
G = 33.33%
B = 35.07%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B6C0CA (or 0xB6C0CA) is known color: Spindle. HEX triplet: B6, C0 and CA. RGB value is (182,192,202). Sum of RGB (Red+Green+Blue) = 182+192+202=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6C0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C0CA is #493F35. Grayscale: #BEBEBE. Windows color (decimal): -4800310 or 13287606. OLE color: 13287606.

HSL color Cylindrical-coordinate representation of color #B6C0CA: hue angle of 210º degrees, saturation: 0.16, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6C0CA is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 182 192 202 -
CMYK 0.10 0.05 0 0.21
HSL 210º 0.16% 0.75% -
HSV(B) 210º 0.1% 0.79% -
XYZ 48.8 51.91 63.32 -
YUV 190.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 182 192 202 0.10 0.05 0 0.21 210 0.16 0.75
Hex B6 C0 CA A 5 0 15 D2 10 4B
Octal 266 300 312 12 5 0 25 322 20 113
Binary 10110110 11000000 11001010 1010 101 0 10101 11010010 10000 1001011

Color Harmonies of #B6C0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C0CA

Black with #B6C0CA

Text Example


Text Example

White with #B6C0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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