Html Css Color HEX #BCCED9 Spindle

📋 copy color: '#BCCED9'

red 188 ◦ green 206 ◦ blue 217

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

Shades of Spindle #BCCED9

Tints of Spindle #BCCED9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 30.77%
G = 33.72%
B = 35.52%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BCCED9 (or 0xBCCED9) is known color: Spindle. HEX triplet: BC, CE and D9. RGB value is (188,206,217). Sum of RGB (Red+Green+Blue) = 188+206+217=611 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.77% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 217 - color contains mainly: blue. Hex color #BCCED9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED9 is #433126. Grayscale: #C9C9C9. Windows color (decimal): -4403495 or 14274236. OLE color: 14274236.

HSL color Cylindrical-coordinate representation of color #BCCED9: hue angle of 202.76º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BCCED9 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 206 217 -
CMYK 0.13 0.05 0 0.15
HSL 202.76º 0.28% 0.79% -
HSV(B) 202.76º 0.13% 0.85% -
XYZ 55.33 59.84 74.28 -
YUV 201.87 136.54 118.11 -
System Red Green Blue C M Y K H S L
Decimal 188 206 217 0.13 0.05 0 0.15 202.76 0.28 0.79
Hex BC CE D9 D 5 0 F CB 1C 4F
Octal 274 316 331 15 5 0 17 313 34 117
Binary 10111100 11001110 11011001 1101 101 0 1111 11001011 11100 1001111

Color Harmonies of #BCCED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCED9

Black with #BCCED9

Text Example


Text Example

White with #BCCED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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