Html Css Color HEX #BCC8D2 Spindle

📋 copy color: '#BCC8D2'

red 188 ◦ green 200 ◦ blue 210

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

Shades of Spindle #BCC8D2

Tints of Spindle #BCC8D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.12%

R = 31.44%
G = 33.44%
B = 35.12%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BCC8D2 (or 0xBCC8D2) is known color: Spindle. HEX triplet: BC, C8 and D2. RGB value is (188,200,210). Sum of RGB (Red+Green+Blue) = 188+200+210=598 (79% of max value = 765). Red value is 188 (73.83% from 255 or 31.44% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCC8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8D2 is #43372D. Grayscale: #C5C5C5. Windows color (decimal): -4405038 or 13813948. OLE color: 13813948.

HSL color Cylindrical-coordinate representation of color #BCC8D2: hue angle of 207.27º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BCC8D2 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 200 210 -
CMYK 0.10 0.05 0 0.18
HSL 207.27º 0.2% 0.78% -
HSV(B) 207.27º 0.1% 0.82% -
XYZ 53.03 56.65 69.11 -
YUV 197.55 135.02 121.19 -
System Red Green Blue C M Y K H S L
Decimal 188 200 210 0.10 0.05 0 0.18 207.27 0.2 0.78
Hex BC C8 D2 A 5 0 12 CF 14 4E
Octal 274 310 322 12 5 0 22 317 24 116
Binary 10111100 11001000 11010010 1010 101 0 10010 11001111 10100 1001110

Color Harmonies of #BCC8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCC8D2

Black with #BCC8D2

Text Example


Text Example

White with #BCC8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCC8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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