Html Css Color HEX #BCCDD7 Spindle

📋 copy color: '#BCCDD7'

red 188 ◦ green 205 ◦ blue 215

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

Shades of Spindle #BCCDD7

Tints of Spindle #BCCDD7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 33.72%

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

R = 30.92%
G = 33.72%
B = 35.36%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BCCDD7 (or 0xBCCDD7) is known color: Spindle. HEX triplet: BC, CD and D7. RGB value is (188,205,215). Sum of RGB (Red+Green+Blue) = 188+205+215=608 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.92% from 608); Green value is 205 (80.47% from 255 or 33.72% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCCDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDD7 is #433228. Grayscale: #C9C9C9. Windows color (decimal): -4403753 or 14142908. OLE color: 14142908.

HSL color Cylindrical-coordinate representation of color #BCCDD7: hue angle of 202.22º 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 #BCCDD7 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 188 205 215 -
CMYK 0.13 0.05 0 0.16
HSL 202.22º 0.25% 0.79% -
HSV(B) 202.22º 0.13% 0.84% -
XYZ 54.84 59.26 72.84 -
YUV 201.06 135.87 118.69 -
System Red Green Blue C M Y K H S L
Decimal 188 205 215 0.13 0.05 0 0.16 202.22 0.25 0.79
Hex BC CD D7 D 5 0 10 CA 19 4F
Octal 274 315 327 15 5 0 20 312 31 117
Binary 10111100 11001101 11010111 1101 101 0 10000 11001010 11001 1001111

Color Harmonies of #BCCDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDD7

Black with #BCCDD7

Text Example


Text Example

White with #BCCDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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