Html Css Color HEX #BCD1DF Spindle

📋 copy color: '#BCD1DF'

red 188 ◦ green 209 ◦ blue 223

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

Shades of Spindle #BCD1DF

Tints of Spindle #BCD1DF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 33.71%

 BLUE value IS 223 (87.5% from 255) = 35.97%

R = 30.32%
G = 33.71%
B = 35.97%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCD1DF (or 0xBCD1DF) is known color: Spindle. HEX triplet: BC, D1 and DF. RGB value is (188,209,223). Sum of RGB (Red+Green+Blue) = 188+209+223=620 (82% of max value = 765). Red value is 188 (73.83% from 255 or 30.32% from 620); Green value is 209 (82.03% from 255 or 33.71% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD1DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1DF is #432E20. Grayscale: #CCCCCC. Windows color (decimal): -4402721 or 14668220. OLE color: 14668220.

HSL color Cylindrical-coordinate representation of color #BCD1DF: hue angle of 204º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCD1DF is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 209 223 -
CMYK 0.16 0.06 0 0.13
HSL 204º 0.35% 0.81% -
HSV(B) 204º 0.16% 0.87% -
XYZ 56.86 61.62 78.71 -
YUV 204.32 138.54 116.36 -
System Red Green Blue C M Y K H S L
Decimal 188 209 223 0.16 0.06 0 0.13 204 0.35 0.81
Hex BC D1 DF 10 6 0 D CC 23 51
Octal 274 321 337 20 6 0 15 314 43 121
Binary 10111100 11010001 11011111 10000 110 0 1101 11001100 100011 1010001

Color Harmonies of #BCD1DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1DF

Black with #BCD1DF

Text Example


Text Example

White with #BCD1DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1DF; }

 p { color: rgb(188,209,223); }

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

background-color css

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

 a { background-color: rgb(188,209,223); }

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

border-color css

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

 span { border-color: rgb(188,209,223); }

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