Html Css Color HEX #BCC8CF Spindle

📋 copy color: '#BCC8CF'

red 188 ◦ green 200 ◦ blue 207

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

Shades of Spindle #BCC8CF

Tints of Spindle #BCC8CF

RGB

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

 GREEN value IS 200 (78.52% from 255) = 33.61%

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

R = 31.6%
G = 33.61%
B = 34.79%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BCC8CF (or 0xBCC8CF) is known color: Spindle. HEX triplet: BC, C8 and CF. RGB value is (188,200,207). Sum of RGB (Red+Green+Blue) = 188+200+207=595 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.60% from 595); Green value is 200 (78.52% from 255 or 33.61% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 207 - color contains mainly: blue. Hex color #BCC8CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8CF is #433730. Grayscale: #C5C5C5. Windows color (decimal): -4405041 or 13617340. OLE color: 13617340.

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

Color convert

RGB 188 200 207 -
CMYK 0.09 0.03 0 0.19
HSL 202.11º 0.17% 0.77% -
HSV(B) 202.11º 0.09% 0.81% -
XYZ 52.66 56.5 67.16 -
YUV 197.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 188 200 207 0.09 0.03 0 0.19 202.11 0.17 0.77
Hex BC C8 CF 9 3 0 13 CA 11 4D
Octal 274 310 317 11 3 0 23 312 21 115
Binary 10111100 11001000 11001111 1001 11 0 10011 11001010 10001 1001101

Color Harmonies of #BCC8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8CF

Black with #BCC8CF

Text Example


Text Example

White with #BCC8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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