Html Css Color HEX #BCD1DE Spindle

📋 copy color: '#BCD1DE'

red 188 ◦ green 209 ◦ blue 222

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

Shades of Spindle #BCD1DE

Tints of Spindle #BCD1DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 35.86%

R = 30.37%
G = 33.76%
B = 35.86%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BCD1DE (or 0xBCD1DE) is known color: Spindle. HEX triplet: BC, D1 and DE. RGB value is (188,209,222). Sum of RGB (Red+Green+Blue) = 188+209+222=619 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.37% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCD1DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD1DE is #432E21. Grayscale: #CCCCCC. Windows color (decimal): -4402722 or 14602684. OLE color: 14602684.

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

Color convert

RGB 188 209 222 -
CMYK 0.15 0.06 0 0.13
HSL 202.94º 0.34% 0.8% -
HSV(B) 202.94º 0.15% 0.87% -
XYZ 56.72 61.57 78 -
YUV 204.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 188 209 222 0.15 0.06 0 0.13 202.94 0.34 0.8
Hex BC D1 DE F 6 0 D CB 22 50
Octal 274 321 336 17 6 0 15 313 42 120
Binary 10111100 11010001 11011110 1111 110 0 1101 11001011 100010 1010000

Color Harmonies of #BCD1DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD1DE

Black with #BCD1DE

Text Example


Text Example

White with #BCD1DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD1DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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