Html Css Color HEX #BCD0DB Spindle

📋 copy color: '#BCD0DB'

red 188 ◦ green 208 ◦ blue 219

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

Shades of Spindle #BCD0DB

Tints of Spindle #BCD0DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 35.61%

R = 30.57%
G = 33.82%
B = 35.61%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BCD0DB (or 0xBCD0DB) is known color: Spindle. HEX triplet: BC, D0 and DB. RGB value is (188,208,219). Sum of RGB (Red+Green+Blue) = 188+208+219=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 208 (81.64% from 255 or 33.82% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #BCD0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCD0DB is #432F24. Grayscale: #CBCBCB. Windows color (decimal): -4402981 or 14405820. OLE color: 14405820.

HSL color Cylindrical-coordinate representation of color #BCD0DB: hue angle of 201.29º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCD0DB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 188 208 219 -
CMYK 0.14 0.05 0 0.14
HSL 201.29º 0.3% 0.8% -
HSV(B) 201.29º 0.14% 0.86% -
XYZ 56.08 60.92 75.82 -
YUV 203.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 188 208 219 0.14 0.05 0 0.14 201.29 0.3 0.8
Hex BC D0 DB E 5 0 E C9 1E 50
Octal 274 320 333 16 5 0 16 311 36 120
Binary 10111100 11010000 11011011 1110 101 0 1110 11001001 11110 1010000

Color Harmonies of #BCD0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD0DB

Black with #BCD0DB

Text Example


Text Example

White with #BCD0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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