Html Css Color HEX #BCC2CC Spindle

📋 copy color: '#BCC2CC'

red 188 ◦ green 194 ◦ blue 204

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

Shades of Spindle #BCC2CC

Tints of Spindle #BCC2CC

RGB

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

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

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

R = 32.08%
G = 33.11%
B = 34.81%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCC2CC (or 0xBCC2CC) is known color: Spindle. HEX triplet: BC, C2 and CC. RGB value is (188,194,204). Sum of RGB (Red+Green+Blue) = 188+194+204=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 194 (76.17% from 255 or 33.11% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC2CC is #433D33. Grayscale: #C1C1C1. Windows color (decimal): -4406580 or 13419196. OLE color: 13419196.

HSL color Cylindrical-coordinate representation of color #BCC2CC: hue angle of 217.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BCC2CC is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 194 204 -
CMYK 0.08 0.05 0 0.2
HSL 217.5º 0.14% 0.77% -
HSV(B) 217.5º 0.08% 0.8% -
XYZ 50.93 53.63 64.79 -
YUV 193.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 188 194 204 0.08 0.05 0 0.2 217.5 0.14 0.77
Hex BC C2 CC 8 5 0 14 DA E 4D
Octal 274 302 314 10 5 0 24 332 16 115
Binary 10111100 11000010 11001100 1000 101 0 10100 11011010 1110 1001101

Color Harmonies of #BCC2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC2CC

Black with #BCC2CC

Text Example


Text Example

White with #BCC2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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