Html Css Color HEX #BCD0DC Spindle

📋 copy color: '#BCD0DC'

red 188 ◦ green 208 ◦ blue 220

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

Shades of Spindle #BCD0DC

Tints of Spindle #BCD0DC

RGB

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

 GREEN value IS 208 (81.64% from 255) = 33.77%

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

R = 30.52%
G = 33.77%
B = 35.71%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD0DC (or 0xBCD0DC) is known color: Spindle. HEX triplet: BC, D0 and DC. RGB value is (188,208,220). Sum of RGB (Red+Green+Blue) = 188+208+220=616 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.52% from 616); Green value is 208 (81.64% from 255 or 33.77% from 616); Blue value is 220 (86.33% from 255 or 35.71% from 616); Max value from RGB is 220 - color contains mainly: blue. Hex color #BCD0DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0DC is #432F23. Grayscale: #CBCBCB. Windows color (decimal): -4402980 or 14471356. OLE color: 14471356.

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

Color convert

RGB 188 208 220 -
CMYK 0.15 0.05 0 0.14
HSL 202.5º 0.31% 0.8% -
HSV(B) 202.5º 0.15% 0.86% -
XYZ 56.21 60.97 76.52 -
YUV 203.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 188 208 220 0.15 0.05 0 0.14 202.5 0.31 0.8
Hex BC D0 DC F 5 0 E CA 1F 50
Octal 274 320 334 17 5 0 16 312 37 120
Binary 10111100 11010000 11011100 1111 101 0 1110 11001010 11111 1010000

Color Harmonies of #BCD0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0DC

Black with #BCD0DC

Text Example


Text Example

White with #BCD0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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