Html Css Color HEX #BCC8D3 Spindle

📋 copy color: '#BCC8D3'

red 188 ◦ green 200 ◦ blue 211

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

Shades of Spindle #BCC8D3

Tints of Spindle #BCC8D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.23%

R = 31.39%
G = 33.39%
B = 35.23%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BCC8D3 (or 0xBCC8D3) is known color: Spindle. HEX triplet: BC, C8 and D3. RGB value is (188,200,211). Sum of RGB (Red+Green+Blue) = 188+200+211=599 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.39% from 599); Green value is 200 (78.52% from 255 or 33.39% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 211 - color contains mainly: blue. Hex color #BCC8D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8D3 is #43372C. Grayscale: #C5C5C5. Windows color (decimal): -4405037 or 13879484. OLE color: 13879484.

HSL color Cylindrical-coordinate representation of color #BCC8D3: hue angle of 208.7º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BCC8D3 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 200 211 -
CMYK 0.11 0.05 0 0.17
HSL 208.7º 0.21% 0.78% -
HSV(B) 208.7º 0.11% 0.83% -
XYZ 53.15 56.7 69.77 -
YUV 197.67 135.52 121.11 -
System Red Green Blue C M Y K H S L
Decimal 188 200 211 0.11 0.05 0 0.17 208.7 0.21 0.78
Hex BC C8 D3 B 5 0 11 D1 15 4E
Octal 274 310 323 13 5 0 21 321 25 116
Binary 10111100 11001000 11010011 1011 101 0 10001 11010001 10101 1001110

Color Harmonies of #BCC8D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8D3

Black with #BCC8D3

Text Example


Text Example

White with #BCC8D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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