Html Css Color HEX #BCCED7 Spindle

📋 copy color: '#BCCED7'

red 188 ◦ green 206 ◦ blue 215

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

Shades of Spindle #BCCED7

Tints of Spindle #BCCED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.3%

R = 30.87%
G = 33.83%
B = 35.3%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCCED7 (or 0xBCCED7) is known color: Spindle. HEX triplet: BC, CE and D7. RGB value is (188,206,215). Sum of RGB (Red+Green+Blue) = 188+206+215=609 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.87% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCCED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED7 is #433128. Grayscale: #C9C9C9. Windows color (decimal): -4403497 or 14143164. OLE color: 14143164.

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

Color convert

RGB 188 206 215 -
CMYK 0.13 0.04 0 0.16
HSL 200º 0.25% 0.79% -
HSV(B) 200º 0.13% 0.84% -
XYZ 55.08 59.74 72.92 -
YUV 201.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 188 206 215 0.13 0.04 0 0.16 200 0.25 0.79
Hex BC CE D7 D 4 0 10 C8 19 4F
Octal 274 316 327 15 4 0 20 310 31 117
Binary 10111100 11001110 11010111 1101 100 0 10000 11001000 11001 1001111

Color Harmonies of #BCCED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCED7

Black with #BCCED7

Text Example


Text Example

White with #BCCED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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