Html Css Color HEX #BCC2C9 Spindle

📋 copy color: '#BCC2C9'

red 188 ◦ green 194 ◦ blue 201

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

Shades of Spindle #BCC2C9

Tints of Spindle #BCC2C9

RGB

 RED value IS 188 (73.83% from 255) = 32.25%

 GREEN value IS 194 (76.17% from 255) = 33.28%

 BLUE value IS 201 (78.91% from 255) = 34.48%

R = 32.25%
G = 33.28%
B = 34.48%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BCC2C9 (or 0xBCC2C9) is known color: Spindle. HEX triplet: BC, C2 and C9. RGB value is (188,194,201). Sum of RGB (Red+Green+Blue) = 188+194+201=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 201 (78.91% from 255 or 34.48% from 583); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCC2C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2C9 is #433D36. Grayscale: #C0C0C0. Windows color (decimal): -4406583 or 13222588. OLE color: 13222588.

HSL color Cylindrical-coordinate representation of color #BCC2C9: hue angle of 212.31º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC2C9 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 188 194 201 -
CMYK 0.06 0.03 0 0.21
HSL 212.31º 0.11% 0.76% -
HSV(B) 212.31º 0.06% 0.79% -
XYZ 50.57 53.49 62.92 -
YUV 193 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 188 194 201 0.06 0.03 0 0.21 212.31 0.11 0.76
Hex BC C2 C9 6 3 0 15 D4 B 4C
Octal 274 302 311 6 3 0 25 324 13 114
Binary 10111100 11000010 11001001 110 11 0 10101 11010100 1011 1001100

Color Harmonies of #BCC2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2C9

Black with #BCC2C9

Text Example


Text Example

White with #BCC2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2C9; }

 p { color: rgb(188,194,201); }

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

background-color css

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

 a { background-color: rgb(188,194,201); }

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

border-color css

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

 span { border-color: rgb(188,194,201); }

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