Html Css Color HEX #BCC5CC Spindle

📋 copy color: '#BCC5CC'

red 188 ◦ green 197 ◦ blue 204

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

Shades of Spindle #BCC5CC

Tints of Spindle #BCC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

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

R = 31.92%
G = 33.45%
B = 34.63%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BCC5CC (or 0xBCC5CC) is known color: Spindle. HEX triplet: BC, C5 and CC. RGB value is (188,197,204). Sum of RGB (Red+Green+Blue) = 188+197+204=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC5CC is #433A33. Grayscale: #C3C3C3. Windows color (decimal): -4405812 or 13419964. OLE color: 13419964.

HSL color Cylindrical-coordinate representation of color #BCC5CC: hue angle of 206.25º 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 #BCC5CC is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 197 204 -
CMYK 0.08 0.03 0 0.2
HSL 206.25º 0.14% 0.77% -
HSV(B) 206.25º 0.08% 0.8% -
XYZ 51.6 54.98 65.02 -
YUV 195.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 188 197 204 0.08 0.03 0 0.2 206.25 0.14 0.77
Hex BC C5 CC 8 3 0 14 CE E 4D
Octal 274 305 314 10 3 0 24 316 16 115
Binary 10111100 11000101 11001100 1000 11 0 10100 11001110 1110 1001101

Color Harmonies of #BCC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC5CC

Black with #BCC5CC

Text Example


Text Example

White with #BCC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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