Html Css Color HEX #BCC4CF Spindle

📋 copy color: '#BCC4CF'

red 188 ◦ green 196 ◦ blue 207

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

Shades of Spindle #BCC4CF

Tints of Spindle #BCC4CF

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.16%

 BLUE value IS 207 (81.25% from 255) = 35.03%

R = 31.81%
G = 33.16%
B = 35.03%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCC4CF (or 0xBCC4CF) is known color: Spindle. HEX triplet: BC, C4 and CF. RGB value is (188,196,207). Sum of RGB (Red+Green+Blue) = 188+196+207=591 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.81% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC4CF is #433B30. Grayscale: #C2C2C2. Windows color (decimal): -4406065 or 13616316. OLE color: 13616316.

HSL color Cylindrical-coordinate representation of color #BCC4CF: hue angle of 214.74º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BCC4CF is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 196 207 -
CMYK 0.09 0.05 0 0.19
HSL 214.74º 0.17% 0.77% -
HSV(B) 214.74º 0.09% 0.81% -
XYZ 51.74 54.68 66.86 -
YUV 194.86 134.85 123.11 -
System Red Green Blue C M Y K H S L
Decimal 188 196 207 0.09 0.05 0 0.19 214.74 0.17 0.77
Hex BC C4 CF 9 5 0 13 D7 11 4D
Octal 274 304 317 11 5 0 23 327 21 115
Binary 10111100 11000100 11001111 1001 101 0 10011 11010111 10001 1001101

Color Harmonies of #BCC4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC4CF

Black with #BCC4CF

Text Example


Text Example

White with #BCC4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC4CF; }

 p { color: rgb(188,196,207); }

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

background-color css

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

 a { background-color: rgb(188,196,207); }

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

border-color css

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

 span { border-color: rgb(188,196,207); }

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