Html Css Color HEX #BCCDDC Spindle

📋 copy color: '#BCCDDC'

red 188 ◦ green 205 ◦ blue 220

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

Shades of Spindle #BCCDDC

Tints of Spindle #BCCDDC

RGB

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

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

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

R = 30.67%
G = 33.44%
B = 35.89%

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

#BCCDDC (or 0xBCCDDC) is known color: Spindle. HEX triplet: BC, CD and DC. RGB value is (188,205,220). Sum of RGB (Red+Green+Blue) = 188+205+220=613 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.67% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 220 (86.33% from 255 or 35.89% from 613); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCCDDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCDDC is #433223. Grayscale: #C9C9C9. Windows color (decimal): -4403748 or 14470588. OLE color: 14470588.

HSL color Cylindrical-coordinate representation of color #BCCDDC: hue angle of 208.12º 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 #BCCDDC is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 205 220 -
CMYK 0.15 0.07 0 0.14
HSL 208.13º 0.31% 0.8% -
HSV(B) 208.13º 0.15% 0.86% -
XYZ 55.49 59.52 76.27 -
YUV 201.63 138.37 118.28 -
System Red Green Blue C M Y K H S L
Decimal 188 205 220 0.15 0.07 0 0.14 208.13 0.31 0.8
Hex BC CD DC F 7 0 E D0 1F 50
Octal 274 315 334 17 7 0 16 320 37 120
Binary 10111100 11001101 11011100 1111 111 0 1110 11010000 11111 1010000

Color Harmonies of #BCCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCDDC

Black with #BCCDDC

Text Example


Text Example

White with #BCCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCDDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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