Html Css Color HEX #BCCED6 Spindle

📋 copy color: '#BCCED6'

red 188 ◦ green 206 ◦ blue 214

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

Shades of Spindle #BCCED6

Tints of Spindle #BCCED6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 33.88%

 BLUE value IS 214 (83.98% from 255) = 35.2%

R = 30.92%
G = 33.88%
B = 35.2%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCCED6 (or 0xBCCED6) is known color: Spindle. HEX triplet: BC, CE and D6. RGB value is (188,206,214). Sum of RGB (Red+Green+Blue) = 188+206+214=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 206 (80.86% from 255 or 33.88% from 608); Blue value is 214 (83.98% from 255 or 35.20% from 608); Max value from RGB is 214 - color contains mainly: blue. Hex color #BCCED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED6 is #433129. Grayscale: #C9C9C9. Windows color (decimal): -4403498 or 14077628. OLE color: 14077628.

HSL color Cylindrical-coordinate representation of color #BCCED6: hue angle of 198.46º degrees, saturation: 0.24, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BCCED6 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 206 214 -
CMYK 0.12 0.04 0 0.16
HSL 198.46º 0.24% 0.79% -
HSV(B) 198.46º 0.12% 0.84% -
XYZ 54.95 59.69 72.24 -
YUV 201.53 135.04 118.35 -
System Red Green Blue C M Y K H S L
Decimal 188 206 214 0.12 0.04 0 0.16 198.46 0.24 0.79
Hex BC CE D6 C 4 0 10 C6 18 4F
Octal 274 316 326 14 4 0 20 306 30 117
Binary 10111100 11001110 11010110 1100 100 0 10000 11000110 11000 1001111

Color Harmonies of #BCCED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCED6

Black with #BCCED6

Text Example


Text Example

White with #BCCED6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCED6; }

 p { color: rgb(188,206,214); }

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

background-color css

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

 a { background-color: rgb(188,206,214); }

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

border-color css

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

 span { border-color: rgb(188,206,214); }

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