Html Css Color HEX #BCCED8 Spindle

📋 copy color: '#BCCED8'

red 188 ◦ green 206 ◦ blue 216

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

Shades of Spindle #BCCED8

Tints of Spindle #BCCED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.41%

R = 30.82%
G = 33.77%
B = 35.41%

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

#BCCED8 (or 0xBCCED8) is known color: Spindle. HEX triplet: BC, CE and D8. RGB value is (188,206,216). Sum of RGB (Red+Green+Blue) = 188+206+216=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 206 (80.86% from 255 or 33.77% from 610); Blue value is 216 (84.77% from 255 or 35.41% from 610); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCCED8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCED8 is #433127. Grayscale: #C9C9C9. Windows color (decimal): -4403496 or 14208700. OLE color: 14208700.

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

Color convert

RGB 188 206 216 -
CMYK 0.13 0.05 0 0.15
HSL 201.43º 0.26% 0.79% -
HSV(B) 201.43º 0.13% 0.85% -
XYZ 55.21 59.79 73.6 -
YUV 201.76 136.04 118.19 -
System Red Green Blue C M Y K H S L
Decimal 188 206 216 0.13 0.05 0 0.15 201.43 0.26 0.79
Hex BC CE D8 D 5 0 F C9 1A 4F
Octal 274 316 330 15 5 0 17 311 32 117
Binary 10111100 11001110 11011000 1101 101 0 1111 11001001 11010 1001111

Color Harmonies of #BCCED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCED8

Black with #BCCED8

Text Example


Text Example

White with #BCCED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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