Html Css Color HEX #BCD0DF Spindle

📋 copy color: '#BCD0DF'

red 188 ◦ green 208 ◦ blue 223

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

Shades of Spindle #BCD0DF

Tints of Spindle #BCD0DF

RGB

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

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

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

R = 30.37%
G = 33.6%
B = 36.03%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCD0DF (or 0xBCD0DF) is known color: Spindle. HEX triplet: BC, D0 and DF. RGB value is (188,208,223). Sum of RGB (Red+Green+Blue) = 188+208+223=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 208 (81.64% from 255 or 33.60% from 619); Blue value is 223 (87.5% from 255 or 36.03% from 619); Max value from RGB is 223 - color contains mainly: blue. Hex color #BCD0DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0DF is #432F20. Grayscale: #CBCBCB. Windows color (decimal): -4402977 or 14667964. OLE color: 14667964.

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

Color convert

RGB 188 208 223 -
CMYK 0.16 0.07 0 0.13
HSL 205.71º 0.35% 0.81% -
HSV(B) 205.71º 0.16% 0.87% -
XYZ 56.61 61.13 78.63 -
YUV 203.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 188 208 223 0.16 0.07 0 0.13 205.71 0.35 0.81
Hex BC D0 DF 10 7 0 D CE 23 51
Octal 274 320 337 20 7 0 15 316 43 121
Binary 10111100 11010000 11011111 10000 111 0 1101 11001110 100011 1010001

Color Harmonies of #BCD0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0DF

Black with #BCD0DF

Text Example


Text Example

White with #BCD0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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