Html Css Color HEX #BCCCDC Spindle

📋 copy color: '#BCCCDC'

red 188 ◦ green 204 ◦ blue 220

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

Shades of Spindle #BCCCDC

Tints of Spindle #BCCCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 33.33%

 BLUE value IS 220 (86.33% from 255) = 35.95%

R = 30.72%
G = 33.33%
B = 35.95%

CMYK

 C value IS 0.15

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCCCDC (or 0xBCCCDC) is known color: Spindle. HEX triplet: BC, CC and DC. RGB value is (188,204,220). Sum of RGB (Red+Green+Blue) = 188+204+220=612 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.72% from 612); Green value is 204 (80.08% from 255 or 33.33% from 612); Blue value is 220 (86.33% from 255 or 35.95% from 612); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCCCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCCDC is #433323. Grayscale: #C8C8C8. Windows color (decimal): -4404004 or 14470332. OLE color: 14470332.

HSL color Cylindrical-coordinate representation of color #BCCCDC: hue angle of 210º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCCCDC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 204 220 -
CMYK 0.15 0.07 0 0.14
HSL 210º 0.31% 0.8% -
HSV(B) 210º 0.15% 0.86% -
XYZ 55.25 59.04 76.19 -
YUV 201.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 188 204 220 0.15 0.07 0 0.14 210 0.31 0.8
Hex BC CC DC F 7 0 E D2 1F 50
Octal 274 314 334 17 7 0 16 322 37 120
Binary 10111100 11001100 11011100 1111 111 0 1110 11010010 11111 1010000

Color Harmonies of #BCCCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCCDC

Black with #BCCCDC

Text Example


Text Example

White with #BCCCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCCDC; }

 p { color: rgb(188,204,220); }

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

background-color css

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

 a { background-color: rgb(188,204,220); }

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

border-color css

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

 span { border-color: rgb(188,204,220); }

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